In this module, you’ll run an application to identify logic issues and then use the Visual Studio Code debugger tools to isolate and fix the issue.
Learning objectives
- Demonstrate your ability to use the Visual Studio Code debugger tools to identify and correct an issue in your code logic.
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.
- Experience using the Visual Studio Code debugging tools for C#.
- Experience implementing
try-catchexception handing and throwing exceptions in C# console applications.
Leave a Reply