I've managed to get the VS2019 debugger to attach to a stand-alone WASM module, and it's stopping at break-points, but in the locals window, all variables show as "Variable is optimized away and not available". This is a debug build and I'm pretty sure all the optimizations are switched off, is there something else I'm missing?