Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
The Call Stack Debugging Window
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: The Call Stack Debugging Window (Read 3957 times)
Gamer_2k4
Guest
The Call Stack Debugging Window
«
on:
February 06, 2008, 08:55:18 am »
When debugging and looking at the call stack window, I noticed that all of the functions are listed as ??(). Assuming that this isn't correct behavior, how do I get more meaningful output? (main(), etc. instead of ??() )
Logged
mandrav
Project Leader
Administrator
Lives here!
Posts: 4315
Re: The Call Stack Debugging Window
«
Reply #1 on:
February 06, 2008, 09:54:53 am »
This can happen in two cases:
Your program has stopped/crashed inside a library/kernel call and you don't have the debugging symbols for it
Your program has a bug that messed up the stack, which makes it invalid/unreliable
Logged
Be patient!
This bug will be fixed soon...
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
The Call Stack Debugging Window