rodsenra / pode

Python Omniscient Debugger
48 stars 4 forks source link

Investigate integration opportunities #2

Closed rodsenra closed 7 years ago

rodsenra commented 11 years ago

https://launchpad.net/meliae http://jam-bazaar.blogspot.com.br/2009/11/memory-debugging-with-meliae.html

Signal to trigger debugging: Doing real work So how does one actually use the program. Bazaar has a very nice ability, that you can use SIGQUIT (Ctrl+|) or SIGBREAK (Ctrl+Pause/Break) to drop into a debugger in the middle of a process to figure out what is going on. At that point, you can just: from meliae import scanner scanner.dump_all_objects('filename.json')

http://www.vrplumber.com/programming/runsnakerun/