- Messages
- 47
- Country
Hi everyone,
I need to work on an external EXE module (not WASM, for now, for various reasons) that is loaded through EXE.XML (as described in this post on MSFS DEV Forum). So far I have the exe loading no problem, and everything is working, but I find the workflow extremely cumbersome. Every time I make a change and recompile, I need to restart MSFS.
I tried “edit and continue” in the Debug mode, but as soon as I “Attach to process” and attach to MSFS in the debugger, I get an exception saying one of the PDBs is missing (I can supply the exact message).
Is there a better workflow for this? Can I “edit and continue” reliably, as the sim is running? I am accustomed to WASM in-sim development, which reloads the module real time without the need to re-start the sim, and the debugger actually works.
Thanks in advance for any bit of info you may have.
I need to work on an external EXE module (not WASM, for now, for various reasons) that is loaded through EXE.XML (as described in this post on MSFS DEV Forum). So far I have the exe loading no problem, and everything is working, but I find the workflow extremely cumbersome. Every time I make a change and recompile, I need to restart MSFS.
I tried “edit and continue” in the Debug mode, but as soon as I “Attach to process” and attach to MSFS in the debugger, I get an exception saying one of the PDBs is missing (I can supply the exact message).
Is there a better workflow for this? Can I “edit and continue” reliably, as the sim is running? I am accustomed to WASM in-sim development, which reloads the module real time without the need to re-start the sim, and the debugger actually works.
Thanks in advance for any bit of info you may have.