ANN: pystuck - or what to do when python gets stuck?

Dec. 16, 2011
3:42 p.m.
pystuck.py is a utility for analyzing stuck python programs (or just hardcore debugging). pystuck currently has two major features: 1. print all running threads' stack traces. (good for finding a long- lasting/blocking function) 2. remote inspection of modules and variables without interrupting the program. (finding deadlocks and such) more examples, usage and installation notes can be found here: https://github.com/alonho/pystuck
4880
Age (days ago)
4880
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alon Horev