[Python-ideas] XDG Directory Support for PDB

2023-04-18 Thread Gustaf Waldemarson
Hello, I don't really use the Python debugger all that much, but recently I used it quite a bit for a small side-project. That said, it kept annoying me that there were no history associated with the prompt, so I added a few lines to the `pdbrc` config file to store that for me. However, it seems

[Python-ideas] Re: XDG Directory Support for PDB

2023-04-18 Thread Barry
> On 18 Apr 2023, at 14:20, Gustaf Waldemarson > wrote: > > Hello, > > I don't really use the Python debugger all that much, but recently I used it > quite a bit for a small side-project. That said, it kept annoying me that > there > were no history associated with the prompt, so I added a