Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ stop
Function
stop
tests/watchdog/__init__.py:106–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
105
106
def
stop():
107
if
_stream is None:
108
return
109
110
try
:
111
_invoke(
"stop"
)
112
_stream.close()
113
except
Exception:
114
log.swallow_exception()
115
116
117
def
register_spawn(pid, name):
Callers
nothing calls this directly
Calls
2
_invoke
Function · 0.85
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…