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

Function code_to_debug

tests/debugpy/test_breakpoints.py:72–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71 @pyfile
72 def code_to_debug():
73 import debuggee
74
75 debuggee.setup()
76 for i in range(1, 10):
77 print(i) # @bp
78
79 with debug.Session() as session:
80 with run(session, target(code_to_debug)):

Callers

nothing calls this directly

Calls 4

deep_stackFunction · 0.85
funcFunction · 0.70
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…