On Fri, Jan 18, 2013 at 8:42 AM, Sylvain Corlay <[email protected]>wrote:

> Is it the expected behavior that breakpoints are not highlighted
> graphically when reached while debugging? Another question is whether the
> pdb should stop at the first line of the executed script?
> Thanks, Sylvain
>
>
Actually, they should be highlighting. Can you provide some more detail on
how to reproduce the behavior you are seeing?

As for stopping at the first line of the script, this is pdb's behavior by
design. You just have to issue a continue command right after pdb takes
over.

Hope this helps,

Jed

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to