Debug function shortcuts do not work when test window code pane does not have focus

This works fine for me, but we'll investigate. It only does not work when focus is on the call stack list. We'll fix that.
 
Yes, it is true about focus on the call stack list.

I perform the following steps:

1) I make a test script with test window variables.
2) I edit one or more variables in the variable pane (and keep the cursor focus here).
3) I press F9 to debug
4) Now the focus is in the call stack pane, and no shortcut keys work

When the focus is in the call stack pane, Ctrl-O, Ctrl-N etc. do not work. When I move the focus to the code pane, they work again.

You are right, that the shortcut keys do work when cursor is in the watch variables pane. But when the cursor is in the call stack pane, they do not work?
 
Back
Top