Anup Shah on WPF and Silverlight (Programming Garden)

IT 's For You!!!

Thursday, March 14, 2013

Visual Studio 2010 Shortcuts (5. Build and Debug) Continue...

Hello Guys!

This is very interesting I am gonna providing to you which helps you to manage as well as saves your time while coding

5. Build and Debug
f7 Build solution (or Ctrl+shift+b)
Ctrl+Alt+f7 Rebuild solution
Ctrl+break Cancel build process
Ctrl+\+e Show error list
f9 Toggle breakpoint
Ctrl+b Insert new function breakpoint
f5 Start debugging
f11 Debug / step into
f10 Debug / step over
Shift+f11 Debug / step out
Ctrl+f10 Debug / run to cursor
Ctrl+Alt+q Show Quickwatch window
Ctrl+Shift+f10 Set current statement to be the next executed
Alt+* (on numeric keyboard) Show nexst statement
Ctrl+Alt+e Show Exception dialog box
Ctrl+f11 Toggle between disassembly and user code view
Shift+f5 Stop Debugging
Ctrl+f5 Bypass debugger
Ctrl+Alt+p Show attach to process window
Ctrl+Alt+break Break all executing threads

Let me help to get more keys...
Happy Coding!!!

No comments:

Post a Comment