make release version debuggable

Hi All,
how can i make release version debuggable
Thanx
[73 byte] By [Kapil Maheshwari] at [2007-11-18 20:31:35]
# 1 Re: make release version debuggable
Turn debug info on, symbols on.
Gabriel Fleseriu at 2007-11-11 1:12:27 >
# 2 Re: make release version debuggable
Turn debug info on, symbols on.

i've done this but its not working
Kapil Maheshwari at 2007-11-11 1:13:31 >
# 3 Re: make release version debuggable
You have to set Generate Debug Info in the link settings too.
GCDEF at 2007-11-11 1:14:36 >
# 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
Kapil Maheshwari at 2007-11-11 1:15:31 >
# 5 Re: make release version debuggable
What is not working?
What version of Visual Studio are you using?
VladimirF at 2007-11-11 1:16:35 >
# 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
Kapil Maheshwari at 2007-11-11 1:17:34 >
# 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.
gstercken at 2007-11-11 1:18:35 >
# 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:
Kapil Maheshwari at 2007-11-11 1:19:39 >
# 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?
gstercken at 2007-11-11 1:20:38 >
# 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:
Kapil Maheshwari at 2007-11-11 1:21:44 >
# 11 Re: make release version debuggable
Could you post your project? (The .dsp should be enough to see what's wrong).
gstercken at 2007-11-11 1:22:42 >