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

Function do_something

tests/debugpy/test_attach.py:217–221  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

215 debuggee.setup()
216
217 def do_something(i):
218 time.sleep(0.2)
219 proceed = True
220 print(i) # @bp
221 return proceed
222
223 for i in range(500):
224 if not do_something(i):

Callers 1

code_to_debugFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…