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

Function describe

src/debugpy/launcher/debuggee.py:36–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36def describe():
37 return f"Debuggee[PID={process.pid}]"
38
39
40def spawn(process_name, cmdline, env, redirect_output):

Callers 3

spawnFunction · 0.85
killFunction · 0.85
wait_for_exitFunction · 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…