Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ is_client_connected
Function
is_client_connected
src/debugpy/server/api.py:322–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
321
322
def
is_client_connected():
323
return
pydevd._is_attached()
324
325
326
def
breakpoint():
Callers
1
breakpoint
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…