Debug Kitty Hawk symbols not found

Hi How to work around the Kitty Hawk symbols in debug not found?

Thanks

You can’t - we don’t provide symbols for the sim’s executable.

With that said, you shouldn’t need these symbols either - all you need is your WASM module to be compiled in Debug mode, and the WASM Debug Mode activated in the DevMode options. When this is done, a PDB will be created when your WASM module is compiled, and you’ll be able to break/step into your C++ code.

You may want to read the Debugging WebAssembly Modules page in the SDK documentation.

Best regards,

Eric / Asobo

Yes if a break point is not found it goes to Kitty Hawk. Stopping debug crashs MSFS 2024. I even let it download symbols for 10 minutes but crashs also. Don’t know where those symbols went, I probably need to clean my hd…

Make sure to run the sim with the -AllowDebugger flag, or the protection mechanisms will make it constantly break in unrelated code.

Thanks, where to put? As debugger argument this changes nothing.

In the FlightSimulator exe launching options.

Works, thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.