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
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/-/XsCCwq68TYcJ.
To post to this group, send email to spyd...@googlegroups.com.
To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
Thanks for the suggestion. Please open an Issue for this and meanwhile I'll try to look what debugger icons KDevelop and other free IDEs are using.
Cheers,
Carlos
El 20/01/13 13:28, Steve escribió:
I agree on the icons. Whenever I try to use the icons I always have to look at the tooltip to figure out what they mean. I just always stick to hot keys.
On Saturday, January 19, 2013 10:16:50 PM UTC-6, Sylvain Corlay wrote:Alright, thanks for your answer.
Regarding the debugger toolbar, I think this is one of the major improvement of this version. thank you for this feature.
Another cosmetic remark about this toolbar is the choice for the icons. The arrows are a bit dubious to me. Could one use the same kind of icons as usually found in other IDEs, for "step over", "step into", "debug step return" and "continue".
I like it better than the original arrows. Maybe having a second blue dot for the "jump into" and "jump out" would be more self-explanatory.Thanks again for your work,Sylvain
On Monday, January 21, 2013 2:35:39 PM UTC-5, Jed Ludlow wrote:
Thanks for the suggestion. Please open an Issue for this and meanwhile I'll try to look what debugger icons KDevelop and other free IDEs are using.
Cheers,
Carlos
El 20/01/13 13:28, Steve escribió:
I agree on the icons. Whenever I try to use the icons I always have to look at the tooltip to figure out what they mean. I just always stick to hot keys.
On Saturday, January 19, 2013 10:16:50 PM UTC-6, Sylvain Corlay wrote:Alright, thanks for your answer.
Regarding the debugger toolbar, I think this is one of the major improvement of this version. thank you for this feature.
Another cosmetic remark about this toolbar is the choice for the icons. The arrows are a bit dubious to me. Could one use the same kind of icons as usually found in other IDEs, for "step over", "step into", "debug step return" and "continue".What about the attached proposal, courtesy of the Fugue icons package by Yusuke Kamiyamane? [1]
From left to right in the attached image: Start debug, step over, step in, step return, continue, exit debug.
[1] http://p.yusukekamiyamane.com/
Here is the kind of thing that I had in mind.
Here is the kind of thing that I had in mind.
By the way, would it be possible to also have the classical "run" icon in the toolbar?
Hi JedI am testing your last version and the debugging support in ipython consoles.In the case where there is a console connected to an external kernel, the toolbar does not work. The behavior that I experience is the following:-If at least one other ipython console is active, one of them will get the signals from the toolbar.-If none is active, nothing will happen when one starts the debugging. Eventually, when using the "Debug Exit" button, an error will pop up with the traceback.