 Question:
What does the debugger message "
Corrupt Call Stack " mean ?
(when single stepping in C mode)
Answer: The debugger keeps an additional " call stack " to keep track of
the files displayed in the file window. This message indicates that the debugger lost
track of those files for one of the following reasons:
- use of -mn option
may cause this problem. This problem is planned to be solved in our next debugger core
release
- not using the -g option could cause this problem
|