Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
def
describe():
37
return
f
"Debuggee[PID={process.pid}]"
38
39
40
def
spawn(process_name, cmdline, env, redirect_output):
Callers
3
spawn
Function · 0.85
kill
Function · 0.85
wait_for_exit
Function · 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…