Debugging a WASM module

Hello,
I’m new to Oxygene and web assembly so I’m just trying out some basics. I’ve created a sample web assembly project in Water changed nothing from the template, and run it in debug mode.
Setting a breakpoint appears to not work properly. The application stops in Chrome but the breakpoint in water just says ‘Breakpoint not resolved.’ Trying the same in visual studio opens a window with the message ‘No compatible code running’

What do I need to do to get debugging working?

Thanks,
Will.

If this is the last stable build (The one from friday); then there was a bug that prevents wasm projects from running properly. I can let you know when it’s fixed if you want me to.

Yes please, I’m on build 2417 on the stable channel.