Visual Studio does not open executable with debug symbols when pdb file is included

Viewed 21

I've got a third party executable with related .pdb and .idb files. I load Visual Studio Community and open this executable as solution.

After trying to debug I see no info, in the modules window the following message appears for the exe: Binary was not built with debug information

Both the pdb and idb files are in the same folder as the executable, in the same folder, and I've added that folder to the proper section in tools > options > debugging > symbols.

Still the same message.

0 Answers
Related