Pystuck

Latest version: v0.8.5

The latest version of pystuck with no known security vulnerabilities is 0.8.5. We recommend installing version 0.8.5.

The information on this page was curated by experts in our Cybersecurity Intelligence Team.

Latest release
v0.8.5 at May 2, 2017
License
BSD-2-Clause (BSD 2-Clause "Simplified" License)

Description

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).

Resources

Vulnerabilities

See all vulnerabilities

No known vulnerabilities found

Versions (7)

See all versions

Has known vulnerabilities

  • 0.8.5
  • 0.8.4
  • 0.5
  • 0.4
  • 0.3
  • 0.2
  • 0.1