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

Method start_auxiliary_daemon_threads

pydevd.py:2456–2458  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2454 check_alive_thread.start()
2455
2456 def start_auxiliary_daemon_threads(self):
2457 self._create_pydb_command_thread()
2458 self._create_check_output_thread()
2459
2460 def __wait_for_threads_to_finish(self, timeout):
2461 try:

Callers 2

prepare_to_runMethod · 0.95
_locked_settraceFunction · 0.95

Tested by

no test coverage detected