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

Function code_to_debug

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

Source from the content-addressed store, hash-verified

17def test_args(pyfile, target, run):
18 @pyfile
19 def code_to_debug():
20 import sys
21 import debuggee
22 from debuggee import backchannel
23
24 debuggee.setup()
25 backchannel.send(sys.argv)
26
27 args = ["--arg1", "arg2", "-arg3", "--", "arg4", "-a"]
28

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…