pudb icon indicating copy to clipboard operation
pudb copied to clipboard

Full-screen console debugger for Python

Results 125 pudb issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** ```bash $ pudb3 --help usage: pudb3 [options] [-m] SCRIPT-OR-MODULE-TO-RUN [SCRIPT_ARGS] positional arguments: script_args Arguments...

enhancement

**Describe the solution you'd like** Like , provide zsh/bash/fish/posh/etc shell completion for pudb3 Thanks!

enhancement

**Is your feature request related to a problem? Please describe.** I would love to be able to trace the evolution of a value across stack frames. This means that variables...

enhancement

Addresses #511 Allows modifying watch expressions in two ways: 1. Whether to show the watch expression in all frames as opposed to only the current frame 2. Whether to continually...

Hi, This came up when I was checking out TUI libraries to replace `urwid`, and encountered [textual](https://github.com/Textualize/textual). It is from the authors of [rich](https://github.com/Textualize/rich), and so runs on Linux/Mac/Windows. It...

enhancement

Context: - #535 - https://peps.python.org/pep-0626/

enhancement

When I resize the terminal (gnome-terminal) the view stays the same size although the window becomes bigger. After I move the cursor it becomes fullsize. It is weird as this...

Back a few months ago (March/April 2021 time frame) I used to use PUDB debugger, and it would fit itself to the size of my terminal window. Now I am...

This has always been an issue for me. Each time I step through a line of code, the screen flashes. If the line takes a long time to complete, all...

Bug