pystuck

pystuck.py is a utility for analyzing stuck python programs (or just hardcore debugging). in order to debug a python program (hence, the debugee), add this line anywhere at startup: import pystuck; …

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install pystuck

Dependencies

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
Trixie
Python 3.13
Files
0.8.5 2016-04-10  
0.8.4 2016-02-14  
0.5 2013-01-11  
0.4 2012-12-03  
0.3 2012-03-14  
0.2 2011-12-15  
0.1 2011-12-15      

Issues with this package?

Page last updated 2025-09-07 21:25:29 UTC