How to change DLL build type for WASM module?

When building my standalone WASM
module through VS in debug mode the generated DLL is set to release mode. I’ve
searched all over the docs but I can’t find where I’m able to flag the SDK to
compile my WASM module to a debug DLL build. Could anyone point me in the
right direction?

Enable Fast WASM in the sim dev menu when you want to do debugging.

Thank you very much. I was looking in all the wrong places.

I tried this but no joy. The Debug version of my WASM gauge will not build and
DLL type is always set to Release.

Found. In my case my simconnect callback definition didn’t have the same name
as the declaration