MCPcopy Create free account
hub / github.com/microsoft/debugpy / code_to_debug

Function code_to_debug

tests/debugpy/test_output.py:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19def test_with_no_output(pyfile, target, run):
20 @pyfile
21 def code_to_debug():
22 import debuggee
23
24 debuggee.setup()
25 x = 4 # @wait_for_output
26
27 with debug.Session() as session:
28 session.config["redirectOutput"] = True

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…