How to debug browser app created with wasm-experimental
workload
#77351
-
I'm using .NET 7 RC2 on Visual Studio 17.4 Preview. I created a new WASM browser app (no Blazor) using I added this property to the project: <WasmHostArguments>--debug</WasmHostArguments> which seems to enable debugging on the The host gave me this output:
I started Microsoft Edge:
but the breakpoints I set on Visual Studio doesn't hit. I also tried the How can I debug this application on Visual Studio? I'd appreciate a few pointers to source code and/or documentation related to the Mono WASM debugger. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Somehow stumbled upon this: #75986 (comment) Apparently, I'm using .NET 7 RC2 but this feature missed RC2. |
Beta Was this translation helpful? Give feedback.
Somehow stumbled upon this: #75986 (comment)
Apparently, I'm using .NET 7 RC2 but this feature missed RC2.