unoplatform / Uno.Wasm.Bootstrap

A simple nuget package to run C# code in a WASM-compatible browser
Other
367 stars 57 forks source link

VS Debugger is slow #781

Open jeromelaban opened 11 months ago

jeromelaban commented 11 months ago

The debugger in VS is slow when stepping in/out/over, and is generally slow when finishing a debugging session.

Related to https://developercommunity.visualstudio.com/t/IDE-Freezes-when-hitting-a-breaking-in-C/10132527

DierkDroth commented 11 months ago

I can relate to that: WASM debugging performance when using breakpoints is almost a nightmare. It can take up to 30 seconds until VS is responsive again when hitting a breakpoint etc.

Subjectively I did not notice any improvement in WASM VS debugging performance since years.