Visual Studio 2019: Debugging
Mastering Visual Studio's debugging tools can help you diagnose and solve problems in your code faster. In this course, you'll learn how to fix common bugs using essential tools, diagnose more advanced application issues, and debug code remotely.
What you'll learn
Visual Studio is a powerful and widely used development environment and the 2019 version is better than ever. In this course, Visual Studio 2019: Debugging, you’ll learn how to master Visual Studio 2019 debugging tools to diagnose and solve application problems more efficiently. First, you'll see how to use essential Debugging features like stepping through code, break points, watches, and more. Next, you'll review Advanced Debugging tools, which will help solve problems that are a bit less obvious and require more context. Finally, you'll dive into Remote debugging, which can help solve all kinds of problems with code running in remote environments. When you're finished with this course, you'll feel more confident solving issues in your own applications.
Table of contents
- Version Check 0m
- Essential Concepts 3m
- Touring the Sample Application 4m
- Troubleshooting a Simple Bug Fix 4m
- Stepping through Code to Solve Problems 5m
- Diagnosing Issues with Break Points 5m
- Managing Application Break Points 3m
- Utilizing Conditional Break Points 6m
- Using Watches and Search 4m
- The Locals and Autos Windows 3m
- Overview 1m
- Debugging Tips and Tricks 3m
- Quick Fixes with Edit and Continue 3m
- Testing with the Immediate Window 4m
- Influencing the Debugger Programmatically 4m
- Working with Trace Points 3m
- Understanding the Call Stack Tools 4m
- Debugging Symbols and Source Link 3m
- Debugging NuGet Packages with Source Link 4m