No project description provided
Project description
# tomspdb
My version of python’s debugger pdb that’s easier to use for command line users.
# 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
# Using
` pip install tomspdb python3 -m tomspdb script.py `
# Prior work
[This blog post](https://maurcz.github.io/posts/002-customizing-the-python-debugger/) by Mauricio R. Cruz . I found this code sample very useful
[ipdb](https://pypi.org/project/ipdb/) and [pdbpp](https://pypi.org/project/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
File details
Details for the file tomspdb-0.3.tar.gz
.
File metadata
- Download URL: tomspdb-0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 924aa9ed1cdc1241685bba3c7e56da48cdccc258821cfebdbea84128989b635b |
|
MD5 | a386408ef6ed66e4c8a0c047e03cb4b2 |
|
BLAKE2b-256 | 31aac63eee858f8ebde0470c720246bd22e761c4e0b942ded9b58e028b5b1ec5 |