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

Function code_to_debug

tests/debugpy/test_exclude_rules.py:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27 @pyfile
28 def code_to_debug():
29 import debuggee
30
31 debuggee.setup()
32 raise RuntimeError("unhandled error") # @raise_line
33
34 elif exc_type == "SystemExit":
35

Callers

nothing calls this directly

Calls 1

receiveMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…