[.NET8 + WebAssembly] Debugging experience still is far from being 'OK' #52289
Unanswered
DierkDroth
asked this question in
General
Replies: 1 comment
-
I have exactly the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the first days of .NET + WebAssembly many years back I'm looking forward to finally get a debugging experience which would make it possible to do 'native' development in .NET and WebAssembly.
Unfortunately the debugging experience even got worse with .NET 8 - as just experienced (again):
Do we 'have to live' with that bad debugging experience going forward - implying in my case that I keep doing the actual development work in WindowsAppSDK - or is there any significant improvement in sight?
My setup: latest VisualStudio, latest Windows 11, latest .NET 8. latest Chrome, state-of-the-art development machine. I'm working on a Platform UNO project.
I activate debugging by enabling this line in my launchSettings.json:
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
Beta Was this translation helpful? Give feedback.
All reactions