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

Function deep_stack

tests/debugpy/test_breakpoints.py:388–392  ·  view source on GitHub ↗
(level)

Source from the content-addressed store, hash-verified

386 debuggee.setup()
387
388 def deep_stack(level):
389 if level <= 0:
390 print("done") # @bp
391 return level
392 deep_stack(level - 1)
393
394 deep_stack(100)
395

Callers 1

code_to_debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…