On Friday, January 18, 2013 10:53:42 AM UTC-5, Jed Ludlow wrote: > > > On Fri, Jan 18, 2013 at 8:42 AM, Sylvain Corlay > <[email protected]<javascript:> > > 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 >
Regarding the highlighting of the breakpoints, I can see that the corresponding line gets the focus in the editor. The line becomes light grey. However, the breakpoint itself is not highlighted. I am running Spyder 2.2 beta1 on Ubuntu 12.04 64bits. I launched it with "python bootstrap.py". Thanks, Sylvain -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/Hn7GcGh8F78J. 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.
