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

Function send_process_created_message

_pydev_bundle/pydev_monkey.py:976–979  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

974
975
976def send_process_created_message():
977 py_db = get_global_debugger()
978 if py_db is not None:
979 py_db.send_process_created_message()
980
981
982def send_process_about_to_be_replaced():

Callers 10

new_execlFunction · 0.85
new_execvFunction · 0.85
new_execveFunction · 0.85
new_spawnlFunction · 0.85
new_spawnvFunction · 0.85
new_spawnveFunction · 0.85
new_posix_spawnFunction · 0.85
new_fork_execFunction · 0.85
new_CreateProcessFunction · 0.85
new_forkFunction · 0.85

Calls 2

get_global_debuggerFunction · 0.90

Tested by

no test coverage detected