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

Method notify_initialize

_pydevd_bundle/pydevd_api.py:115–116  ·  view source on GitHub ↗
(self, py_db)

Source from the content-addressed store, hash-verified

113 py_db.ready_to_run = True
114
115 def notify_initialize(self, py_db):
116 py_db.on_initialize()
117
118 def notify_configuration_done(self, py_db):
119 py_db.on_configuration_done()

Callers 1

on_initialize_requestMethod · 0.80

Calls 1

on_initializeMethod · 0.80

Tested by

no test coverage detected