Hello ladies and gents,
I wanted to ask if any of you could tell me what I'm doing wrong when I want to debug any program that Ive written in VC++ 2005 Express Edition.
Reason is, after I put a break point to where the program has to run and then debug and push the debug button, I get a message going like this:
Debugging information for 'AccCppEx.exe' cannot be found or does not match. Binary was not build with debug information.
Do you want to continue debugging?
After that, the break point becomes a circle with an exclamation '!' and says that:
The breakpoint will not currently be hit. No symbols have been loaded for this document.
Can someone help me out here, because I'd like to see what my program is doing so I can make alterations to it.
Thanks for any help.