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

The difficulty here is going to be to do this reasonably robustly, perhaps by explicitly listing Python versions for which it is OK. All that's necessary is to patch this...

enhancement

After enjoying pudb for many years I am trying remote debugging for the first time. Everything works like a charm for me except when I hit `!` to drop into...

Please, add default editor variable for C-e action in config. For example, for default system EDITOR i am use clear vim, because if i need boot in safe mode or...

enhancement

**[WIP]** Fixes: https://github.com/inducer/pudb/issues/507

As of #472, the help screen will show non-working key bindings, if these key bindings have been customized. cc @cibinmathew

Bug

This reverts the changes to the midnight theme that were made in #469 and also cleans it up a little bit. CC @mvanderkamp I don't know if any of the...

It's hard to track new features and other pudb changes between releases. I think it would be nice to add CHANGELOG file in docs. Additionally its common practice to add...

Adding more to Configurable key bindings https://github.com/inducer/pudb/issues/460

ipdb can be used like this: ```shell ipdb -c 'b FileToSetBreakPoint.py:100' launcher.py # 100 is line number where breakpoint be set. ``` So Should we pass the parameter "-c" to...

enhancement

While most code is PEP compliant and well within 80 columns, some of it isn't. I was wondering whether PuDB has the ability to wrap code if it exceeds the...