MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / write_list_threads

Method write_list_threads

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

Source from the content-addressed store, hash-verified

152 return self.wait_for_response(configuration_done_request)
153
154 def write_list_threads(self):
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)

Callers 9

test_case_json_protocolFunction · 0.95
test_access_tokenFunction · 0.95
test_list_threadsFunction · 0.45
check_thread_eventsFunction · 0.45
runMethod · 0.45

Calls 2

wait_for_responseMethod · 0.95
write_requestMethod · 0.95

Tested by

no test coverage detected