Open Closed

Debugging Blazor Web Assembly #5387


User avatar
0
Spospisil created
  • ABP Framework version: v7.3.0
  • UI type: Blazor Web Assembly
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): MVC Tiered

I've been trying to debug the ABP Suite generator Blazor Web Assembly solution in Visual Studio without any success. I'm using docker compose in a local development environment and I'm able to set and hit breakpoints in the Auth Server project but not the Blazor UI.

Is there a recommended way on how to set this up so I can debug the Blazor UI?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Did you get any errors or warning logs?

  • User Avatar
    0
    Spospisil created

    Hi,

    How do you mean? I'm simply trying to debug a Blazor project produced by ABP Suite within the 'public site' (again generated with ABP suite), so that I may step through each line of the Blazor project's code to troubleshoot issues in general.

    I'm not sure what errors/warnings and which ABP Suite generated project you are asking me to look in.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Is there a recommended way on how to set this up so I can debug the Blazor UI?

    Abp's project will not prevent you from debugging it.

    I'm able to set and hit breakpoints in the Auth Server project but not the Blazor UI.

    In this case, Did you get any messages from the visual studio?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11