Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
976
def
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
982
def
send_process_about_to_be_replaced():
Callers
10
new_execl
Function · 0.85
new_execv
Function · 0.85
new_execve
Function · 0.85
new_spawnl
Function · 0.85
new_spawnv
Function · 0.85
new_spawnve
Function · 0.85
new_posix_spawn
Function · 0.85
new_fork_exec
Function · 0.85
new_CreateProcess
Function · 0.85
new_fork
Function · 0.85
Calls
2
get_global_debugger
Function · 0.90
send_process_created_message
Method · 0.80
Tested by
no test coverage detected