Hi Developers.
I've setup a VS2022 remote debug session with MF Connector running on my flight sim PC.
I'm guessing here that the MobiFlight design is using a WebServer to display the mainform frontendPanel1 HTML component (for configuration/setup) and that RELEASE version points somewhere different to DEBUG version ?
I wish to compile and debug the C# on my development PC with the .exe running in my SIM PC. I've configured and got working the VS2022 remote debug so i can single step the C# however it's unclear to me how I can remote run the SIM PC .exe without there being a frontend server on the SIM PC ? Are there any pointers from you gurus on how I could make this happen (e.g. run DEBUG version of .exe on SIM PC without having to run the VS code container for frontend on SIM PC ... OR... how I could run the .exe on SIM PC and it use the development PC frontend ) ?
I wish to find/resolve my FSUIPC issue with the Beta release which is why I'm needing to remote debug...
It's a mountain of knowledge for me to climb as this is my first attempt at such work however I'm hopeful there's some documentation or pointers you gurus can share
Thanks
Gary