Summary
Visual Studio has many options for debugging source code. In this chapter, we have learned what breakpoints are, the different types of breakpoints, and the associated windows that we can activate to keep track of data in variables and properties. This information has been of utmost importance, since it will help you to solve problems in your code when you face them.
In the next chapter, Chapter 6, Adding Code Snippets, you will learn about the concept of code snippets, which allow you to reuse common pieces of code across different projects, quickly adjusting them to your needs.