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

Function code_to_debug

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

Source from the content-addressed store, hash-verified

11def test_evaluate(pyfile, target, run):
12 @pyfile
13 def code_to_debug():
14 import debuggee
15
16 debuggee.setup()
17 a = 1
18 b = {"one": 1, 2: "two"}
19 print(a, b) # @bp
20
21 with debug.Session() as session:
22 with run(session, target(code_to_debug)):

Callers

nothing calls this directly

Calls 10

processMethod · 0.95
finishMethod · 0.95
my_funcFunction · 0.85
do_somethingMethod · 0.80
breakpointMethod · 0.80
MyClassClass · 0.70
EchoThreadClass · 0.70
ProcessorClass · 0.70
sendMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…