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

Function code_to_debug

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

Source from the content-addressed store, hash-verified

14def test_continue_on_disconnect_for_attach(pyfile, target, run):
15 @pyfile
16 def code_to_debug():
17 import debuggee
18 from debuggee import backchannel
19
20 debuggee.setup()
21 backchannel.send("continued") # @bp
22
23 with debug.Session() as session:
24 backchannel = session.open_backchannel()

Callers

nothing calls this directly

Calls 2

sendMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…