Debugging (Blazor)
Visual Studio debugging
- Open the application in Visual Studio:
- Set breakpoint in the code and run the application from Radzen and attach to the application process with Visual Studio or run the application from Visual Studio:
Visual Studio Code debugging
Debugging of the Radzen Blazor application can be done using Visual Studio Code and C# for Visual Studio Code (powered by OmniSharp):
- Open the application in Visual Studio Code:
- Set breakpoint in the code and run the application: