5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Software Testing and Quality     Debugging Fundamentals
Visual Studio 2013 is a powerful development environment, and a large part of that power comes from its debugging capabilities. Software debugging is a fact of life, but Visual Studio and its various tools make the process a bit easier. In this course, you'll learn about software debugging in Visual Studio 2013, beginning with an introduction to Visual Studio, a discussion on its debugging capabilities, and various methods for debugging with Visual Studio. You will also learn about debugging environments of Visual Studio 2013, as well as how to generate and work with dumps.

Objectives

Introduction to Visual Studio 2013

  • start the course
  • use the Visual Studio 2013 Debug menu
  • recognize new features of Visual Studio 2013 debugging
  • recognize Visual Studio debugging environments
  • use Visual Studio 2013 debugger tips

Introduction to Visual Studio 2013 Debugging

  • recognize the debugger
  • recognize breakpoints
  • use breakpoint tips
  • recognize stepping through code
  • recognize the code map
  • recognize data visualizers

Debugging with Visual Studio 2013

  • work with breakpoints
  • run the debugger
  • recognize code stepping
  • use the code map
  • use data visualizers
  • use IntelliTrace

Visual Studio 2013 Debugging Environments

  • install Windows debugging environments
  • install the NuGet Package Manager
  • recognize what MDbg can do
  • recognize MDbg features
  • install MDbg
  • launch MDbg

Working with Dumps

  • create dumps with Task Manager
  • create dumps with Visual Studio
  • recognize and install ProcDump
  • work with ProcDump
  • load and review dumps

Practice: Debugging with Visual Studio 2013

  • understand concepts in debugging an application using Visual Studio 2013