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

Method request_resume_thread

_pydevd_bundle/pydevd_api.py:223–224  ·  view source on GitHub ↗
(self, thread_id)

Source from the content-addressed store, hash-verified

221 self.request_resume_thread(thread_id="*")
222
223 def request_resume_thread(self, thread_id):
224 resume_threads(thread_id)
225
226 def request_completions(self, py_db, seq, thread_id, frame_id, act_tok, line=-1, column=-1):
227 py_db.post_method_as_internal_command(

Callers 3

request_disconnectMethod · 0.95
cmd_thread_runMethod · 0.80
on_continue_requestMethod · 0.80

Calls 1

resume_threadsFunction · 0.90

Tested by

no test coverage detected