Click here to Skip to main content
15,896,915 members
Articles / Web Development / Blazor

Debugging Blazor Components

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
5 Sep 2023CPOL6 min read 7.5K   1  
How to debug Blazor Components
Debugging Blazor components is not simple. We don't control their lifecycle, and much of the activity within a component is async. Examining the component state at a break point can often be misleading. This article describes a fairly standard early Blazor coding experience and uses the code to demonstrate how to document and understand the component processes.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired Cold Elm
United Kingdom United Kingdom
Ex Geologist, Project Manager, Web Hoster, Business Owner and IT Consultant. Now, a traveller to places less travelled. And part time developer trying to keep up!

If you feel like saying thanks, the next time you see a charity request, DONATE. No matter how small, no matter who, it'll count. If you have a choice in the UK, Barnados.

Comments and Discussions