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

Function connect

src/debugpy/server/api.py:296–298  ·  view source on GitHub ↗
(address, settrace_kwargs, access_token=None, parent_session_pid=None)

Source from the content-addressed store, hash-verified

294
295@_starts_debugging
296def connect(address, settrace_kwargs, access_token=None, parent_session_pid=None):
297 host, port = address
298 _settrace(host=host, port=port, client_access_token=access_token, ppid=parent_session_pid or 0, **settrace_kwargs)
299
300
301class wait_for_client:

Callers

nothing calls this directly

Calls 1

_settraceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…