Skip to main content

No project description provided

Project description

tomspdb

My version of Python's pdb debugger pdb with convenience functions.

Features

  • Jump to my code and out of library code (my)
  • Go to top and bottom of the stack (top and bottom).
  • Interact with pdb object directly (get_pdb) useful for customizing pdb
  • Interact with the frame object (get_frame). You can use this to look at my code
  • Exclude directories from where to make the output more readable (pretty_where or where)

Using

pip install tomspdb
python3 -m tomspdb script.py

Prior work

  • This blog post by Mauricio R. Cruz . I found this code sample very useful
  • ipdb and pdbpp are more useful alternatives to pdb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tomspdb-0.9.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page