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

Hi there, When using pudb with ipython, e.g., ``` %pudb test.py ``` It does not automatically reload the file when I edit the file using external editors. Could you please...

Do not raise when an instance already exists (fixes issue #607) I assume that this is a dirty fix, yet it works for me. Please let me know what is...

# Describe the bug When 2 breakpoints are encountered in pytest with pudb set up, this error pops: Debugger instance already exists # To Reproduce Steps to reproduce the behavior:...

Bug

Hello, I am using latest PIP version of PuDB, python 3.8, running on Rasberry PI, Ubuntu 20 (arm 64). My file has ``` from pudb.remote import set_trace set_trace(term_size=None, host='127.0.0.1', port=6899)...

**Describe the bug** I enter iPython terminal from the debugger UI by pressing !. When I exit (ctrl+d) it returns to the UI. Upon the second exit from iPython, the...

Bug

If you continue to the bottom of the script and restart, any watch expressions that you setup are deleted.

enhancement

I tried both Python 3.9.5 and 3.9.7, pudb are installed with 'pip install pudb' in the conda env. Here is my python code ``` from datetime import datetime import sys...

Bug

First, love to use pudb daily, thanks :heart: ## Issue Currently, breakpoint is saved globally, usually in `~/.config/pudb/saved-breakpoints-3.X`. But in most use cases, breakpoints are natual to be set by...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I've noticed urwid looks...

enhancement

This still requires more testing, especially for the different shells. For the IPython shell, this requires not making a copy of locals(), but this also causes the IPython shell to...