IDLE breakpoints and Go debugging command

Mark Hammond mhammond at skippinet.com.au
Tue Jan 4 19:36:13 EST 2000


"Richard Gruet" <rgruet at ina.fr> wrote in message
news:3871EF67.961E8E4E at ina.fr...

> And when I launch the execution (run script), the debugger stops on
1st
> line but subsequent 'go' only step one line (like a step over)
instead
> of running until the breakpoint is reached.
>
> Is this behaviour known ? is it a bug ? I searched the archives but

It is a known problem.  It will exhibit this behaviour until you step
into a function.  It is really a problem with pdb, not IDLE as such.
In Pythonwin I went to some pains to avoid this particular problem...

Mark.






More information about the Python-list mailing list