- Messages
- 88
- Country

I'm delving into WASM coding. I've got a little module working that doesn't really do anything more than write Hello World to the console, but the sim is loading it and it works - lovely.
I'm trying to enable debugging within Visual Studio 2022. I've installed the WASM debug extension, attached to the MSFS process and can get it to stop on a breakpoint in my code. Also lovely.
But I keep getting these, which I'm certain are unrelated to my module (they appear even if it's not loaded)
Over and over again, every few milliseconds according to the profiler. They're not from my code, is there any way to automatically skip them?
I've tried unticking the exception type in Exception Settings but they still appear.
I'm trying to enable debugging within Visual Studio 2022. I've installed the WASM debug extension, attached to the MSFS process and can get it to stop on a breakpoint in my code. Also lovely.
But I keep getting these, which I'm certain are unrelated to my module (they appear even if it's not loaded)
Over and over again, every few milliseconds according to the profiler. They're not from my code, is there any way to automatically skip them?
I've tried unticking the exception type in Exception Settings but they still appear.