When debugging an app, often I will press F10 to execute out of the current Sub or when the app is stopped at a breakpoint I may select another editor tab and will look at the code, and forget where the currently executing line is located. I know it is there. Where did it go? It just disappeared in a sea of code.
I'd like to see the Debug menu have a menu item called "Current Line" that repositions the editor window to the currently executing line (where the debugger is currently stopped at). This will help me find my way back without having to scroll through code or look through editor tabs.
TIA