thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

short-cut for stack-up/down #399

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

could you please provide a shortcut/special command for the debugger to move 
one frame up/down (like the d/u in python's pdb)

Original issue reported on code.google.com by mproel...@googlemail.com on 30 Aug 2010 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 31 Aug 2010 at 11:22

GoogleCodeExporter commented 9 years ago
Isn't Alt+Ctr+S Up or Down good enough?

Original comment by pyscripter on 1 Sep 2010 at 5:09

GoogleCodeExporter commented 9 years ago
It is a bit "weird" and costs time. I would like something like a special 
command "!u" for going up and "!d" for going down or something similar just to 
type in the interactive console.

Original comment by mproel...@googlemail.com on 2 Sep 2010 at 6:01

GoogleCodeExporter commented 9 years ago
Fixed in Version Control.
New commands "Previous (older) Frame", "Next (newer) Frame" to change frame 
using the keyboard.  Default shortcuts F11, Shift+F11.

For existing installations you need set the shortcuts manually using Tools, 
Options, IDE Shortcuts.  The commands are in the Run category.

Original comment by pyscripter on 2 Sep 2010 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 2:57