Tags
Commonly Compared
Ranked in these QuestionsQuestion Ranking
Pros
Pro Has a terminal UI like GUI debugger
Pro Breakpoints are remembered
Breakpoints added during debugging (by pressing b
) are not forgotten between consecutive executions of pudb.
Pro Easy to drop into an iPython terminal to test things
Pro Full file visible at once when breakpoint is reached
No need to type l or ll in order to see more lines around current position.
Pro Allows navigation in call stack
If you go back to prior frame in the call stack the context is preserved and updated int he variable watch pane.
Pro Allows addition of breakpoints in python libs
Pro Superb variable inspection
- Allows variable highlighting
- Allows adding new variables to be watched
- Allows adding variables to be watches from inside lists / dicts
- Toggle variable representation (repr, str, type)
Pro Different themes available
Two dark themes included.
Pro Distraction free
Only what you need to get the job done.
Cons
Con Doesn't work natively under Windows
Requires Linux Subsystem for Windows, or cygwin.
Commonly Compared
Alternative Products
