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
andbottom
). - 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
orwhere
)
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.5.tar.gz
(3.1 kB
view details)
File details
Details for the file tomspdb-0.5.tar.gz
.
File metadata
- Download URL: tomspdb-0.5.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a459f34153088f71bbcaaba1316ae3dc85238164b0d8b34871626672d05bea7d |
|
MD5 | 7e99181034bad3b028c7ce4e1c359d33 |
|
BLAKE2b-256 | 9d8d67cb4fd3e16e6f2b6d4a7cfa34bf9b728aaf16319e0bb7674a2f5384c8b8 |