Debugging (Blazor)

Visual Studio debugging

  1. Open the application in Visual Studio:
  2. 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):

  1. Open the application in Visual Studio Code:
  2. Set breakpoint in the code and run the application: