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

Method on_disconnect

pydevd.py:915–920  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

913 return self._on_configuration_done_event.is_set()
914
915 def on_disconnect(self):
916 """
917 Note: only called when using the DAP (Debug Adapter Protocol).
918 """
919 self.authentication.logout()
920 self._on_configuration_done_event.clear()
921
922 def set_ignore_system_exit_codes(self, ignore_system_exit_codes):
923 assert isinstance(ignore_system_exit_codes, (list, tuple, set))

Callers 1

notify_disconnectMethod · 0.80

Calls 2

logoutMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected