tamentis / rpdb

Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little debugging tools are available.
BSD 2-Clause "Simplified" License
130 stars 44 forks source link

handle SIGTRAP to set_trace the running frame at any time #16

Closed tehsmyers closed 8 years ago

tehsmyers commented 8 years ago

I can strip out the DEFAULT_ADDR/DEFAULT_PORT or break this up into multiple commits if you want a cleaner PR for just the signal handler change.

closes #15

tamentis commented 8 years ago

Nope, that's beautiful.