MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / on_initialize

Method on_initialize

pydevd.py:899–903  ·  view source on GitHub ↗

Note: only called when using the DAP (Debug Adapter Protocol).

(self)

Source from the content-addressed store, hash-verified

897 self._py_db_command_thread_event.wait(TIMEOUT_FAST)
898
899 def on_initialize(self):
900 """
901 Note: only called when using the DAP (Debug Adapter Protocol).
902 """
903 self._on_configuration_done_event.clear()
904
905 def on_configuration_done(self):
906 """

Callers 1

notify_initializeMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected