News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The Call Stack Debugging Window

Started by Gamer_2k4, February 06, 2008, 08:55:18 AM

Previous topic - Next topic

Gamer_2k4

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 ??() )

mandrav

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
Be patient!
This bug will be fixed soon...