Defining breakpoint commands in .pdbrc file

Hello, I was wondering if anyone knew how to do this correctly. Seems like a very long outstanding issue that you cannot setup breakpoint commands in a .pdbrc file.

A stack overflow from 2011, according to new comment it’s not possible

Cpython issue from 2021

Is this supposed to be possible and is a bug or is it not supposed to be a possibility at all? I ask because I wouldn’t mind investigating how to implement and working towards a PR as I use pdb extensively instead of a traditional IDE. Work involves a lot of ssh’ing and pure terminal work.