Hotkeys for Previous and Next call stack frames in Visual Studio
Visual Studio gives many navigation hotkeys: F8 for next item in current panel (search results, errors ...), Control + K , N for bookmarks, Alt + - for going back and more. There is one hotkey that I can't find, and I can't even find the menu-command for it, so I can't create the hotkey myself. I don't know if such exist: Previous and Next call-stack frame. I try not using the mouse when programming, but when I need to go back the stack, I must use it to double click the previous frame. Anyone? How about a macro that does it? I wrote 2 macros to gain it: PreviousStackFrame and NextStackFrame