pudb
https://github.com/inducer/pudb
Python
Full-screen console debugger for Python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported4 Subscribers
Add a CodeTriage badge to pudb
Help out
- Issues
- Customizable breakpoint file location
- On exception pudb now jumps into the exception instead of showing it
- Post-mortem debugging in `excepthook` no longer works.
- support readline in some window (e.g., Edit preference)
- Hide the header
- Add --config to use customize configuration file
- Add global and "by reference" watches
- Monkeypatch `dataclasses` so that its generated code becomes debuggable
- EDITOR config option
- IPython shell freezes with remote debugging
- Docs
- Python not yet supported