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
> 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