Debugging symbols on Windows
Hey all,
I'm debugging an external on Windows by running an example patch in the Max Runtime, as explained in the docs. This works as expected, when I hit a breakpoint I see a neat stack trace in Visual Studio.
Only thing is that with XCode on Mac, when my external crashes while debugging, XCode interrupts and shows the stack at the moment of the crash. Visual Studio doesn't seem to show me more info than:
The thread 'Win32 Thread' (0x900) has exited with code -1073740791 (0xc0000409).
and
The program '[1884] MaxRT.exe: Native' has exited with code -1073740791 (0xc0000409).
Could this have anything to do with the following message that occurs when starting debugging?
Debugging information for MaxRT.exe cannot be found or does not match. Symbols not loaded.
Any help appreciated :)
Best,
Mattijs