Add support for launching DebugProxy from blazorwasm
debug type in VS Code
#22587
Labels
affected-medium
This issue impacts approximately half of our customers
area-blazor
Includes: Blazor, Razor Components
Done
This issue has been fixed
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-blocking
This label is used by an internal tool
User Story
A single user-facing feature. Can be grouped under an epic.
Milestone
To support debugging in WSL and Codespaces, we need to move the logic that launches the DebugProxy in Blazor from our DevServer logic to the
blazorwasm
debug type.To fully support remote debugging, there is some work required to add support for using a WebSocket-based transport when communicating with the browser launched over the users machine. This will be tracked in a separate issue at #29657.
The text was updated successfully, but these errors were encountered: