I have a Debug release of my project that works as expected; but when I build it in Release, I get a "Symbol File Not Loaded" error. Since I'm building in release, I can't use the call stack, local variables, etc. to try to determine what objects are missing symbols, so I'm at a bit of a dead end on how to troubleshoot this further.
How can I troubleshoot this error in my Release build, given that my Debug build appears to work without issue?