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

Function code_to_debug

tests/debugpy/test_path_mapping.py:22–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20def test_with_dot_remote_root(pyfile, long_tmpdir, target, run):
21 @pyfile
22 def code_to_debug():
23 import os
24 import debuggee
25 from debuggee import backchannel
26
27 debuggee.setup()
28 backchannel.send(os.path.abspath(__file__))
29 print("done") # @bp
30
31 dir_local = long_tmpdir.mkdir("local")
32 dir_remote = long_tmpdir.mkdir("remote")

Callers

nothing calls this directly

Calls 2

receiveMethod · 0.80
sendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…