Summary
In this chapter, we looked at different ways to debug our Blazor application. There will always be moments where we need to step through the code, either to find a bug or to see what is happening. When these moments are upon us, Visual Studio delivers world-class functionality to help us achieve our goals.
The nice thing is that debugging Blazor applications, whether it's Blazor Server or Blazor WebAssembly, will work as you would expect from a Microsoft product. We get C# errors that are (in most cases) easy to understand and to solve.
In the next chapter, we will take a look at testing our Blazor components.