2 matches found
pyrasite - Inject code into running Python processes
Tools for injecting arbitrary code into running Python processes. Requirements gdb version 7.3+ or RHEL5+ On OS X you will need to have a codesigned gdb - see https://sourceware.org/gdb/wiki/BuildingOnDarwin if you get errors while running with --verbose which mention codesigning. Compatiblity...
Pyrasite - Inject arbitrary code into a running Python process
Pyrasite is a library and a set of tools for injecting code into running Python programs. usage: pyrasite -h --gdb-prefix GDBPREFIX --verbose pid filename pyrasite - inject code into a running python process positional arguments: pid The ID of the process to inject code into filename The second...