Comment on Exploring and Dynamically Patching Django/Python Using GDBparentComments−rmaccloy14yThis actually exists, sort of: http://pyrasite.readthedocs.org/en/latest/index.htmlI've done this manually a few times, but with foresight attaching signal handlers that open up a port or dump stack (a la `jstack`) is usually less finicky.
Comments
This actually exists, sort of: http://pyrasite.readthedocs.org/en/latest/index.html
I've done this manually a few times, but with foresight attaching signal handlers that open up a port or dump stack (a la `jstack`) is usually less finicky.