debug 'continue' does not appear to work right

David Wahler dwahler at gmail.com
Mon Dec 12 21:38:41 EST 2005


newsposter at cox.net wrote:
> When I enter 'c' at the (Pdb) prompt it just goes to the next line, and
> doesn't "continue" as it should.
[...]
>
> Here's the sample output:
>
> S:\tmp>python epdb1.py
> --Return--
> > c:\python21\lib\pdb.py(895)set_trace()->None
> -> Pdb().set_trace()
[...]

Works for me with Python 2.4.2. Since you seem to be using Python 2.1,
which was released about 4 years ago, it's likely just an old,
long-since-fixed bug. Is there some reason you can't upgrade?

-- David




More information about the Python-list mailing list