Did you know… You can press F10 to Step Over a function - #309

For those who haven’t memorized these keyboard shortcuts yet, here you go. This tips is in case you only know about F11, and you don’t want to step into a function every time.

On the Debug Toolbar, you’ll find the icon showing an arrow jumping over several lines of code. This is obviously the Step Over button, bound to F10 in the General Development Settings keyboard (and i’m sure in a lot of other development settings).

image

And for illustration purposes, when you’re on a method that you don’t want to step into,

method to step over

you can press F10 to skip going into it,

method stepped over

but still run the command.

Console App displaying the text "Woof!"

Technorati Tags: VS2005Tip,VS2008Tip