Hoping someone might be able to help because I'm hitting a wall and not really sure what I'm doing.
I have a create that my application uses that uses FFI to bring in some C code. There is crash somewhere in this crate and I'm trying to figure it out, but when I catch the issue in the debugger it loads the symbols for this crate, but Visual Studio tells me there is no source information contained within the PDB.
The closest thing I've found online is: visual studio - Source information missing from the debug information for this module - PDB successfully loaded - Stack Overflow, but I have no idea how make sure rustc is setting that compile flag.
Any help would be greatly appreciated.
Thanks
-ray