 Question:
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.
- not using the -g option could cause this problem
|