On Mon, Jan 7, 2013 at 1:29 PM, Steve <[email protected]> wrote:
> print statements that happen before the first breakpoint aren't showing up > in the console. > > > On Monday, January 7, 2013 1:59:03 PM UTC-6, Steve wrote: >> >> The (Pdb) prompt is not being printed when the debugger halts. I can >> still interact, but it's weird not seeing the prompt. >> >> On Monday, January 7, 2013 12:27:33 PM UTC-6, Steve wrote: >>> >>> For reference I'm currently using *069e15d2159e* >>> >>> On Monday, January 7, 2013 12:26:12 PM UTC-6, Steve wrote: >>>> >>>> I saw that the debugging toolbar/hot key support was merged into 2.2.0 >>>> dev over the holiday so I updated to it today. >>>> >>>> I noticed that the console window must have focus for the hot keys to >>>> apply. I thought this was something we had fixed before in Jed's branch? >>>> Maybe it was removed or just didn't get merged properly? Either way, it >>>> seems that if I have the editor window focused and the current tab is the >>>> file I'm debugging hot keys should cause the debugger to step in/out, >>>> continue, etc. I'll continue to look at this and add more comments here. >>>> >>>> >>>> I can't comment on the print statement behavior or the pdb prompts not showing. I have not been able to reproduce those. As to the issue of the console focus behavior, I just committed a fix to the main repository that should return the behavior back to how it was previously. Be advised, however, that the debugging toolbar does not work with IPython consoles. 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.
