Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ register
Method
register
src/debugpy/adapter/sessions.py:78–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self.lock.release()
77
78
def
register(self):
79
with
_lock:
80
_sessions.add(self)
81
_sessions_changed.set()
82
83
def
notify_changed(self):
84
with
self:
Callers
15
spawn
Function · 0.80
__init__
Method · 0.80
pydevd_plugins_django_form_str.py
File · 0.80
pydevd_plugin_numpy_types.py
File · 0.80
pydevd_plugin_pandas_types.py
File · 0.80
_debugger_case_check_tracer.py
File · 0.80
_debugger_case_unhandled_exceptions.py
File · 0.80
_debugger_case_unhandled_exceptions_listcomp.py
File · 0.80
_debugger_case_unhandled_exceptions_generator.py
File · 0.80
_debugger_case_unhandled_exceptions_custom.py
File · 0.80
pydevd_plugin_test_events.py
File · 0.80
crash.py
File · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected