Hi
I use MinGW with gcc4.2.1-sjlj and gdb 6.8
I got mad debugging my app because 'call stack' and 'Watches' where working randomly.
Someone at mingw-users told me to compile using -gstabs instead of -g and now everything goes well.
But to do this, I have to use my own makefile.
Is there other way to set/edit complier/linker flags from inside C::B?
Now I want to debug from C::B. Because Target is up to date nothing is done, no debugger is launched.
So I have to get out the linking part of my makefile and let C::B to do it.
Is this intended?
TIA
Manolo