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

Function code_to_debug

tests/debugpy/test_stop_on_entry.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15def test_stop_on_entry(pyfile, run, target, breakpoint):
16 @pyfile
17 def code_to_debug():
18 from debuggee import backchannel # @bp
19
20 backchannel.send("done")
21
22 with debug.Session() as session:
23 session.config["stopOnEntry"] = True

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…