Hi there!
My question #1:
- MSFS > load project > Build Package
- run Visual Studio
- build wasm
- MSFS > Build Package
- Visual Studio > Debug > Attach to Process... Attach
- select FlightSimulator.exe
I got the folllowig:

And a bunch of these messages in VS Output:
Exception thrown at 0x00007FFAFF217814 (nvwgf2umx.dll) in FlightSimulator.exe: 0xC0000005: Access violation reading location 0x000002C49BD80250.
Exception thrown at 0x00007FFAFF217A57 (nvwgf2umx.dll) in FlightSimulator.exe: 0xC0000005: Access violation reading location 0x000002C49BD80010.
Some simple gauges from SDK Samples do not cause this error.
My question #2:
How to use "Edit And Continue" in Visual Studio when wasm debug?
MSFS 1.29.30.0, MSFS SDK 0.20.5.0, Visual Studio 2019 Version 16.11.23
Thanks for any help.
Eugene