Select theme:

Material 3

Debugging (Angular)link

Client-side debugginglink

Debugging Angular part of the Radzen application can be done using your favorite browser debugging tools, for example Google Chrome DevTools:

  1. Run application from Radzen: image
  2. Open Chrome DevTools from the browser menu More tools -> Developer tools or using CTRL+SHIFT+I shortcut and select Sources tab: image
  3. Expand webpack node in the sources treeview and open the file you want to debug: image
  4. Set breakpoint in the code and perform the action in the app: image

Server-side debugginglink

Visual Studio debugging

  1. Run application from Radzen: image
  2. Open the application in Visual Studio: image
  3. Set breakpoint in the code and attach to the running project: image
  4. Perform the action in the app: image

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. Run application from Radzen: image
  2. Open the application in Visual Studio Code: image
  3. Set breakpoint in the code and attach to the running project: image
  4. Perform the action in the app: image
© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3