Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Visual Studio 2012 Tips and Tricks

Visual Studio 2012 Tips and Tricks

Avatar for Alex Thissen

Alex Thissen

March 13, 2013
Tweet

More Decks by Alex Thissen

Other Decks in Programming

Transcript

  1. Quick Launch • Shortcut: Ctrl+Q • Menus, options, • Limit

    search by using filter – @opt – @menu – @mru – @doc • Possible to create additinoal filters
  2. All time classic shortcuts Copy line Ctrl+C without selection Cycle

    clipboard ring Ctrl+Shift+V Previous source code line Ctrl+ - Show SmartTag Ctrl+. Navigate To Ctrl+, Opening/closing tag Ctrl+[
  3. Breakpoints and code flow • Conditional breakpoints • DataTip (including

    pinning) • Virtual breakpoint (Run to) • Set Next Statement (drag yellow arrow) • TracePoints
  4. Power debugging • Setup symbol server – Debug into Microsoft

    assemblies • WinDbg from Visual Studio