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

I'm building a solution for my team to run tests and debug them. Tests are run by pytest and PuDB is the debugger. I use `pytest-pudb` to launch pudb, but...

I assume there is a way to fix this, but I haven't found this after 15 minutes. It would be great if the Edit Preferences page told you how to...

I'm doing an experiment with sys.path_hooks, and pudb is having trouble tracing through it. pudb seems to fail to find the source for `/usr/lib/python3.3/importlib/_bootstrap.py`, which results in the variables windowlet...

All current themes are defined inside a `theme.py` module. It looks like the next: ``` elif theme == "midnight": # {{{ midnight # Based on XCode's midnight theme # Looks...

The current README screenshot is kind of little bit outdated (2009, v0.91). What do you think of making a new and sexy one?

**Problem** There are no tests, so developers can't make pull requests without breaking the code. The issue probably related with #40 Also, need to standardize the code as much as...

Hi, I want to use PuDB's remote debugging capability. I tried it, and it works (which is amazing!) but the fact that I have to determine the term size in...

After opening the preferences with Ctrl-p I cannot close the dialog. Pressing Enter right away toggles the first option. The cursor keys select different options, but "OK" / "Cancel" cannot...

enhancement

One of the most useful features of a source debugger is ability to execute debugger commands as part of the break point processing. This is implemented as part of the...