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; pystuck.run_server(). this script is the client, once invoked it connects to the debuggee and prints the debugee's threads stack traces (good for most cases). in addition, it opens an ipython prompt with an rpyc connection that provides access to the debuggee's modules (good for inspecting variables).
Activity
- Latest release
- 10y ago
- Total releases
- 7
- Cadence
- ~2 months
- Last 12 months
- 0
Details
- License
- BSD-3-Clause
- First release
- Dec 15, 2011
Releases
| Version | Released | |
|---|---|---|
0.8.5
patch
| ||
0.8.4
minor
| ||
0.5
minor
| ||
0.4
minor
| ||
0.3
minor
| ||
0.2
minor
| ||
0.1
initial
|