-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add support for launching DebugProxy from blazorwasm
debug type in VS Code
#22587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for launching DebugProxy from blazorwasm
debug type in VS Code
#22587
Comments
@captainsafia moving these debugging related issues to RC1 but we need to re-evaluate together which ones will make it in. |
Thanks for contacting us. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
It would be nice to mention this constraint in the docs: https://docs.microsoft.com/de-de/aspnet/core/blazor/debug?view=aspnetcore-5.0&tabs=visual-studio-code |
cc: @guardrex Let's add a quick note in the Blazor WASM debugging docs that it currently only works for local scenarios. |
Thanks for contacting us. |
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: