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

Method prepare_to_run

pydevd.py:2570–2573  ·  view source on GitHub ↗

Shared code to prepare debugging by installing traces and registering threads

(self)

Source from the content-addressed store, hash-verified

2568 pydev_log.debug("PyDB.dispose_and_kill_all_pydevd_threads: finished")
2569
2570 def prepare_to_run(self):
2571 """Shared code to prepare debugging by installing traces and registering threads"""
2572 self.patch_threads()
2573 self.start_auxiliary_daemon_threads()
2574
2575 def patch_threads(self):
2576 if PYDEVD_USE_SYS_MONITORING:

Callers 2

runMethod · 0.95

Calls 2

patch_threadsMethod · 0.95

Tested by

no test coverage detected