Antonio Cuni
Antonio Cuni
Originally reported by: **Alexander Schepanovski (Bitbucket: [suor](https://bitbucket.org/suor), GitHub: [suor](https://github.com/suor))** ---------------------------------------- I tried populating readline history in `~/.pdbrc.py`, but this doesn't work. Is there a way? ---------------------------------------- - Bitbucket: https://bitbucket.org/antocuni/pdb/issue/52
Originally reported by: **Alexandre Conrad (Bitbucket: [aconrad](https://bitbucket.org/aconrad), GitHub: [aconrad](https://github.com/aconrad))** ---------------------------------------- sticky is a great feature. Although when used with long functions, sticky takes a long time to re-paint the whole...
Originally reported by: **Marius Gedminas (Bitbucket: [mgedmin](https://bitbucket.org/mgedmin), GitHub: [mgedmin](https://github.com/mgedmin))** ---------------------------------------- An example is worth a thousand words. Please provide a short example of a ~/.pdbpp.py that lists all the required...
Originally reported by: **Anonymous** ---------------------------------------- Every project needs a cute logo. ---------------------------------------- - Bitbucket: https://bitbucket.org/antocuni/pdb/issue/57
Originally reported by: **Dima Tisnek (Bitbucket: [dimaqq](https://bitbucket.org/dimaqq), GitHub: [dimaqq](https://github.com/dimaqq))** ----------------------------------------  I've tried overriding `bg` in .pdbrc.py Config class, that didn't work I've tried overriding `pdb.DefaultConfig.bg` directly, that didn't work...
Originally reported by: **reckoner (Bitbucket: [reckoner](https://bitbucket.org/reckoner), GitHub: [reckoner](https://github.com/reckoner))** ---------------------------------------- Hi, I noticed that this doesn't work on MS windows since the cmd console doesn't understand the control characters. Any plans...
Originally reported by: **Tres Seaver (Bitbucket: [tseaver](https://bitbucket.org/tseaver), GitHub: [tseaver](https://github.com/tseaver))** ---------------------------------------- The following dependencies are listed in `install_requires`: * `backports.inspect` * `wmctrl` * `pygments` but are not unconditionally imported. They should...
Originally reported by: **Anonymous** ---------------------------------------- Hi, I would like to add a command to highlight the current line of the debugged file in an external editor. I guess this could...
Originally reported by: **dwt (Bitbucket: [dwt](https://bitbucket.org/dwt), GitHub: [dwt](https://github.com/dwt))** ---------------------------------------- I'm using pdbpp in web apps that auto restart when I change one of their files. This regularly leaves my terminal...
Originally reported by: **Anonymous** ---------------------------------------- Setup Windows 10 Cygwin Python 2.7.10 pdbpp 0.8.3 I'm using sticky mode and noticed that in Windows that it shows an additional new line (see...