Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Skip current line in debugger

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.

like image 798
user4388177 Avatar asked Jul 17 '15 11:07

user4388177


1 Answers

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.

like image 162
Marc Wittmann Avatar answered Nov 16 '22 13:11

Marc Wittmann