MCPcopy 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
322def is_client_connected():
323 return pydevd._is_attached()
324
325
326def breakpoint():

Callers 1

breakpointFunction · 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…