-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Debugger-monoos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
Description
The project created with wasmbrowser template cannot be debugged and Visual Studio throws an exception below after 20-30 seconds of running
Reproduction Steps
- Run "dotnet new wasmbrowser"
- Open the created project in VS
- Launch the default created profile
Expected behavior
Debug is possible with no error
Actual behavior
Error
Regression?
No response
Known Workarounds
Open "launchSettings.json" and replace the following line
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/debug?browser={browserInspectUri}"
With the following line:
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Debugger-monoos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm

