Shortcut Keys

F5Runs the project with debugging. Execution continues until either a breakpoint is reached or the program ends.
F10Step Over. Does not step into the current method and advances Visual Studio to the next statement.
F11Step Into. Advanced to the next statement unless it is a method call in which it drops inside for line-by-line.
Ctrl + F5Runs the project without debugging.
Shift + F11Step Out. Completes and steps out of the current method.
Shift + F5Stop. Debugging stops and returns Visual Studio to design mode.


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext