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

Method wait_for_terminated

tests_python/test_debugger_json.py:157–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 return self.wait_for_response(self.write_request(pydevd_schema.ThreadsRequest()))
156
157 def wait_for_terminated(self):
158 return self.wait_for_json_message(TerminatedEvent)
159
160 def wait_for_thread_stopped(self, reason="breakpoint", line=None, file=None, name=None, preserve_focus_hint=None):
161 """

Callers 6

test_terminateFunction · 0.95
test_access_tokenFunction · 0.95
test_debug_optionsFunction · 0.95
test_gui_event_loop_qt5Function · 0.95

Calls 1

wait_for_json_messageMethod · 0.95

Tested by

no test coverage detected