News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Showing symbols in the call stack window.

Started by orefa, February 16, 2007, 03:32:18 AM

Previous topic - Next topic

orefa

The call stack debugging window shows Addresses but not Function, File and Line information. Debug is on, I can step, set breakpoints, everything works fine except the call stack window. Any idea?


EDIT: Build 2007 Feb 14, Windows 2000, gcc.

stahta01

I don't use the debugger so this could be wrong/obvious etc.

But, the posts on debug always asked if you have -g option set.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

orefa

Yes, debug is on and I have symbols elsewhere. I have also added the literal -g in "other options" in addition to setting the check box in the build options to be sure (but it disappears, probably because there is a GUI option to set it instead).

orefa

Hum, symbols now appear...  once in a while. I didn't change anything but I set breakpoints at different locations. In some places I can get the info, in others I cannot. It acts as though the debugger does not always have access to symbols so it is probably a GDB problem rather than a CB problem.