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

Function code_to_debug

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

Source from the content-addressed store, hash-verified

11def test_set_next_statement(pyfile, run, target):
12 @pyfile
13 def code_to_debug():
14 import debuggee
15
16 debuggee.setup()
17
18 def func():
19 print(1) # @inner1
20 print(2) # @inner2
21
22 print(3) # @outer3
23 func()
24
25 line_numbers = code_to_debug.lines
26

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…