Document/implement solutions for supporting debugging in in-browser experience #24753
Labels
affected-most
This issue impacts most of the customers
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-debugging
This issue is related to debugging of Blazor WebAssembly apps
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
severity-major
This label is used by an internal tool
Milestone
Uh oh!
There was an error while loading. Please reload this page.
With the work we are doing to move launching the debug proxy to the IDE, we need to provide solutions for users who want to debug using the in-browser experience. So far, we have two options for this:
UseWebAssemblyDebugging
middleware in their host server.Another alternative we can consider is launching the debug proxy host when the user runs
dotnet run
.The first two options already exist and will just need documentation.
Depending on timing, we might be able to add support for the third option (requires a code change).
The text was updated successfully, but these errors were encountered: