Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i am going for debug after successfully rebuild,

i got this problem.

Debugging information for 'demo.exe' cannot be found or does not math.Binary was not built with debug information.


Please help me.
Posted

1 solution

- Ensure your configuration for that exe is Debug (Build/Configuration Manager)
- Ensure your project properties compile debug info (Project Properties/C++/General/Debug Info. Format)
- Ensure the linker is linking debug (Project Properties/Linker/Debugging/Generate Debug Info)

and lastly ...

- Ensure you're actually running the exe you compiled (Project Properties/Debugging/Command = $(TargetPath) )
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900