Re: Save/restore breakpoints between pdb runs

2014-07-11 Thread dieter
Ed Blackman writes: > I've recently started using Python for my job (as opposed to writing > smallish scripts for personal use), and so have needed to debug quite > a bit more. > > I've been using pdb mainly via 'python -m pdb script args'. Perhaps > it's my Java background, but even when I have

Save/restore breakpoints between pdb runs

2014-07-11 Thread Ed Blackman
I've recently started using Python for my job (as opposed to writing smallish scripts for personal use), and so have needed to debug quite a bit more. I've been using pdb mainly via 'python -m pdb script args'. Perhaps it's my Java background, but even when I have permissions to change the s