Skip to content

My version of pdb with some convenience function

License

Notifications You must be signed in to change notification settings

talwrii/tomspdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My version of pdb with some convenience function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published