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

Function script2

tests/debugpy/test_breakpoints.py:115–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114 @pyfile
115 def script2():
116 import debuggee
117 import script1
118
119 debuggee.setup()
120 script1.do_something() # @bp
121 print("Done")
122
123 with debug.Session() as session:
124 with run(session, target(script2)):

Callers

nothing calls this directly

Calls 1

do_somethingMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…