Mikhail Elovskikh
Mikhail Elovskikh
There are system shortcuts in mac, windows and linux: "Option + Backspace" or "Ctrl + Backspace" to remove characters to the previous word "Cmd + Backspace" to remove characters to...
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...
Settings doc
Added new doc section about pudb configuration with list of available config option. Mostly copy-pasted help text for options from `settings.py`.
I've made some research and here are the results: 1. As big part of python import system since python3.3 is mostly implemented in python, we now catch some importlib frames....
The current README screenshot is kind of little bit outdated (2009, v0.91). What do you think of making a new and sexy one?
Sometimes you need to switch off particular signals for testing purposes. I guess this context manager would be more convenient way to solve such task: ``` python # I have...
Load pudb external breakpoints file if `--pudb` parameter used.
To be consistent with this: https://github.com/pytest-dev/pytest/pull/1890
Pygments has different name for "Python Console" syntax