Reduce slowness while running the WASM sample in Visual Studio

12 Nov 20241 minute to read

You may experience performance issues when running the WASM sample in Visual Studio. To improve performance and reduce slowness, we recommend disabling the new .NET 9+ Mono Debugger, as it can impact the execution speed in this mode.

Mono Debugger

Disabling the Mono Debugger should help resolve the performance issues and provide a smoother experience while debugging your WebAssembly project.

For detailed instructions on why disabling the Mono Debugger is recommended, and to follow the necessary steps, please refer to the links below: