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

Function internal_run_thread

_pydevd_bundle/pydevd_thread_lifecycle.py:53–59  ·  view source on GitHub ↗
(thread, set_additional_thread_info)

Source from the content-addressed store, hash-verified

51
52
53def internal_run_thread(thread, set_additional_thread_info):
54 info = set_additional_thread_info(thread)
55 info.pydev_original_step_cmd = -1
56 info.pydev_step_cmd = -1
57 info.pydev_step_stop = None
58 info.pydev_state = STATE_RUN
59 info.update_stepping_info()
60
61
62def resume_threads(thread_id, except_thread=None):

Callers 1

resume_threadsFunction · 0.85

Calls 2

update_stepping_infoMethod · 0.80

Tested by

no test coverage detected