does not contain debug information. Press OK to Continue
i changed my code from release to debug mode. when i try to debug it shows a dialog box that '... does not contain debug information press ok to continue".. can anybody help me..
Re: does not contain debug information. Press OK to Continue
I think you have to provide more information to get help. Easiest is to pack and attach your project. Don't forget to delete all intermediate files (debug/release folders, .suo, .ncb) before packing.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Re: does not contain debug information. Press OK to Continue
many thanks for your suggestions but I think the problem lies elsewhere.
In fact I was able to compile and link the application without any
errors.
My problem is I am getting a message "does not contain debug
information. Press OK to Continue" when I try to debug the application
with or without breakpoints.
Re: does not contain debug information. Press OK to Continue
Originally Posted by aswathy krishnan
Can anybody tell me the reason for showing this dialog box.. i just started Visual C++ developing and this is my first time using visual C++ 6.0.
There's not much it could be. I doubt many of us are on 6.0 any more so giving you exact steps will be tough, but as cilu pointed out, you likely don't have your build settings correct.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Bookmarks