On Fri, Jun 1, 2012 at 2:59 AM, Jed Ludlow <[email protected]> wrote: > On Thu, May 31, 2012 at 2:46 PM, Steve <[email protected]> wrote: >> >> 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.
Some unscientific research gathering information about debugging shortcuts from different Python IDEs (http://wiki.python.org/moin/IntegratedDevelopmentEnvironments) definitely won't hurt here. Some scientific usability study would be even more appreciated. =) Some IDEs have so-called 'debug mode', and I suspect that if we don't have one, we may face a keyboard conflict pitfall that this mode tries to avoid. I've added a page to Python wiki with some into, as it is easier for everyone to edit. Feel free to extend with your favorite editor combinations. http://wiki.python.org/moin/IDEKeyboardShortcuts -- 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.
