[EMAIL PROTECTED] 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 -- http://mail.python.org/mailman/listinfo/python-list