Debugging in Visual Studion 2005 C++

SurgicalShark

Golden Member
Mar 30, 2004
1,275
0
76
I am trying to debug C++ in VS 2005 but I am facing following error message when I start debugging.

"Debugging info for "test.exe" can not be found or does not match. Binary was not built with debugging information.

Do you want to continue debugging? (Yes/No)"

It's quite interesting as I don't see any other option to reset this problem. M$ help is not much valuable either.

 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
Was the app built in debug mode or release mode?
 

SurgicalShark

Golden Member
Mar 30, 2004
1,275
0
76
I built a trial app using 'empty application' template in debug mode. I am new to VS 2005...all these years I am working on preliminary c++ in VS6.
 

SurgicalShark

Golden Member
Mar 30, 2004
1,275
0
76
Alright guys, Keeper solved the issue...here is the fix:

When creating a project in Visual Studio you need to specify type of project unlike VS 6...so I just created Win32 console application (command line app) and I can now debug...Cheers to Keeper for helping!!

:D