While debugging in Visual Studio sometimes we wander far away from the current executing statement. We could tread our way back using Call Stack window. Is there a shortcut to g
Alt-* does take you to the current statement but it also shows you the disassembly. Use Alt-NUMERIC-*