Whenever I try to start a debug session on any of my projects, i get a
warning saying that "Binary was built with debug information", which
actually tells me, i can not debug my program. The program then
starts... I tried reinstalling Visual 2005... since it was the first
time i got this annoying problem. Can anyone help me?
Ovidiu Blejdea - 31 Oct 2006 16:26 GMT
> Whenever I try to start a debug session on any of my projects, i get a
> warning saying that "Binary was built with debug information", which
> actually tells me, i can not debug my program. The program then
> starts... I tried reinstalling Visual 2005... since it was the first
> time i got this annoying problem. Can anyone help me?
Let me answer my own question... :P The problem is in the settings, and
particularly in the Empty Project settings... I had to change the
settings of my C++ Compiler to include /zi, and my linker to produce
Debug information...