You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess this will be a crucial point for teams using dev containers and considering to switch to blazor web assembly. This could stop them from switching.
Is there another way to debug blazor web assemblies? Maybe using the F12 Devtools? I couldn't see anything there as well.
The text was updated successfully, but these errors were encountered:
@captainsafia We're planning on shipping this alongside 16.9/.NET 6. If you're interested in this feature, I'd recommend watching the change logs for .NET 6 previews to try out the change once it ships.
We're tracking this in #22587 for VS Code. Closing this in favor of that issue.
Wonder if this issue might fix what I'm run into...
I'm on a a Chromebook and its Linux container installed. Everything has been fairly smooth installing net5.0 and even vscode. I then generated the vanilla blazorwasm project and hit F5. Things compiled successfully and when to vscode went to launch and boom! Omnisharp can't find/launch chrome....cuz it is found in the host environment and not in the linux container.
@schaveyt Sounds like it! Support for debugging in Docker containers boils down to making sure that the Chrome browser and debugging proxy are launched in the host machine and not in the remote environment.
ghost
locked as resolved and limited conversation to collaborators
Dec 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @javiercn
Any progress on #22092 ?
I guess this will be a crucial point for teams using dev containers and considering to switch to blazor web assembly. This could stop them from switching.
Is there another way to debug blazor web assemblies? Maybe using the F12 Devtools? I couldn't see anything there as well.
The text was updated successfully, but these errors were encountered: