Review the principles of code debugging and exception handling

Beginner
Developer
Higher Education Educator
K-12 Educator
Student
.NET
Visual Studio Code

Examine the code debugging process and the benefits provided by code debuggers, and learn what an exception is and how exceptions are used in an application.

Learning objectives

  • Review the responsibilities for software testing, debugging, and exception handling.
  • Examine the code debugging process and the benefits provided by code debugger tools.
  • Examine what an exception is and the options for managing exceptions in your code.

Prerequisites

  • An installation of Visual Studio Code that's configured for C# application development.
  • Ability to develop C# console applications that implement business logic using iteration statements, selection statements, and custom methods.