make release version debuggable
Hi All,
how can i make release version debuggable
Thanx
# 2 Re: make release version debuggable
Turn debug info on, symbols on.
i've done this but its not working
# 4 Re: make release version debuggable
You have to set Generate Debug Info in the link settings too.
I've defined it too but its not working
# 6 Re: make release version debuggable
well i've done all the settings as defined above but when i press F5 in release version it says
X-Analysis does not contain debugging information. Press OK to continue
I'm using VC++6.0
# 7 Re: make release version debuggable
See this FAQ ( http://www.dev-archive.com/forum/showthread.php?s=&threadid=269905) - it also explains which settings are needed to debug a release build.
# 8 Re: make release version debuggable
Thanx gstercken
I did exactly according to ur link but still its giving the same message box
X-Analysis does not contain debugging information. Press OK to continue
whats up now:confused: :confused: :confused:
# 9 Re: make release version debuggable
Well... is the process you are starting (the executable you enter in Project Settings / Debug) the same that you have built with debug information? Or are you maybe debugging a DLL, and the executable which calls it has no debug information?
# 10 Re: make release version debuggable
nope I'm sure that I'm changing the settings in Release version.
I've made same changes in another project and that is working but in this project its not.:confused: :confused: