On Thu, May 31, 2012 at 2:46 PM, Steve <[email protected]> wrote:
> Okay, so bug number one: > Jef, > Logic to disable the toolbar doesn't work if the external console is not > part of the main spyder window. I usually keep my external console on a > second monitor. When I attempt to click the buttons they become disabled. > It would be nice if debug continue was always enabled. If I press it and > the debugger isn't running I expect it to start the debugger and start > running. It's assumed I've already set my breakpoints or I wouldn't be > pressing the button. > > Ok, for now I have removed the logic to determine whether a console has focus. The toolbar is now active all the time. It will take a bit more work to make the "Continue" button launch the current script for debugging if it's not already there. > Also, can we get some hot keys for these actions? > The global hot key space is getting pretty crowded. I'm open to recommendations on a set of global debugging hot keys that make sense. Recall that pdb already responds to "n" for next, "c" for continue, "s" for step in, etc., when it has focus. -- 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.
