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

**Describe the bug** When you set a breakpoint with `pudb.set_trace()` and pudb stops, you can press *n* to execute the next statement. In the past if you the statement raised...

Bug

Why is it that when I assign variables in the shell, these assignments are not reflected in the running programme? When I use pdb, I am able to freely change...

**Describe the bug** python3 -bb is for finding comparisons between str and bytes. I am using it to assist with porting some old code from CPython 2.7 to CPython 3.10....

Bug

Don't close a file that's in use. Apparently linux is okay with this, but macos isn't? Otherwise, I get this error: ``` Traceback (most recent call last): File ".../site-packages/pudb/debugger.py", line...

**Describe the bug** When using `stringifier = repr` and there are several variables with a long repr in the local scope, pudb crashes somewhere in `urwid/widget/listbox.py::755` with an error like...

Bug