Dun Peal <[email protected]> writes: > Since Python 3.2, pdb supports a -c CLI argument, which executes > compiler commands as if given in a .pdbrc file. > > Does pudb support a similar feature? > > It's very useful, for example, when setting up a large set of > conditional breakpoints.
There's nothing of the sort for the moment, but I could certainly see the utility. Since pudb and pdb both build on bdb (which is the component which keeps track of breakpoints), I'm suspecting it might not be hard to clone the feature while reusing a lot of the existing code in pdb. I'd be happy to take a pull request along those lines. Andreas
signature.asc
Description: PGP signature
_______________________________________________ Pudb mailing list -- [email protected] To unsubscribe send an email to [email protected]
