Skip current line in debugger

visual-studio

Solution

The "Set Next Statement" (CTRL+SHIFT+F10) shortcut will work at the end of a function... but you need to use the mouse though as well.

Problem

Is there any way of skipping the current line in the Visual Studio debugger using keyboard shortcuts? The only way I was able to do it is using the yellow cursor on the left or "set next statement" which does not work at the end of a function.

Original source

Related problems