Short Cut Keys in Debugger

Hi guys,
I use Short Cut keys a lot in debugging. I found the Debugger sometimes ignore my short cut key press. So I have to use the mouse to click on the Debug buttons in the menu bar. Does anyone can help me?

AFL Editor needs to have a focus (be active) if you want debugger shortcuts to work.

I pressed F10 (step over) from the breaking position. AFL Editor will highlight the menu bar FILE button instead of Step Over. Then I click the mouse on my afl content to get back the focus. It stills not working. Please tell me where should be the correct focus. Thanks.

You are apparently not using AFL editor in “separate frame”. Those special debugger keys work only with AFL editor in “separate frame” (see Tools->Preferences->Debugger)

@cometleung Which AmiBroker version are you using - 6.25?

Maybe it has something to do with GuiButtons and shortcuts problem in this version ( in 6.25 keyboard shortcuts don't work on a chart with GuiButtons). This problem will be probably solved in the next Beta:

@Tomasz, I have observed some strange behaviour of keyboard shortcuts in the AFL Editor too. But I have tested it mainly on Bookmarks (ctrl + F2 and F2) - so maybe it is the problem of Bookmarks not shortcuts. Shortly they have worked flawlessly in prior versions, but in 6.25 sometimes they don't. Look at the disappearing Bookmarks example after selecting Prettify Selection:

Bookmarks

Thank you for your quick response.
I am using version 6.20.1. I didn’t use GUI. So this problem was not caused
by GUI. This problem was not happen everyday. If I found the problem tract
pattern, then I will let you know at once. thanks