Hi all,

Im currently new to Dev C++, and im stuggling a little. I am able to write and compile a win console C program, but i am unable to get the debbuger working.

I have had a read of some of the articles on the net, and many people mention, ""Go to Compiler Options and click on the Linker sheet. Now check 'Generate debugging information'. Do a 'Rebuild All' and you should be able to debug now""

However after enableing this feature, when my program is put in debug mode and error is displayed "" Unable to generate debugging information"". Below are my steps to debugging a program:

1) compile the c source code.

2) right click on variable, and add a watch.

3) selct debug pink arrow.

4) error is show??

Please can you number me some steps to watching a variable.

Thanks tuurbo46