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

Function warn_multiproc

_pydev_bundle/pydev_monkey.py:697–702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

695
696
697def warn_multiproc():
698 pass # TODO: Provide logging as messages to the IDE.
699 # pydev_log.error_once(
700 # "pydev debugger: New process is launching (breakpoints won't work in the new process).\n"
701 # "pydev debugger: To debug that process please enable 'Attach to subprocess automatically while debugging?' option in the debugger settings.\n")
702 #
703
704
705def create_warn_multiproc(original_name):

Callers 3

new_warn_multiprocFunction · 0.85
new_warn_fork_execFunction · 0.85
new_CreateProcessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected