you cannot debug a program compiled in "Release Mode". if you have the source, use the call stack (as said previously) or place some breakpoints where you want to stop the execution, but be SURE you are compiling in "DEBUG MODE". you could also click on the rebuild all menu item ; sometimes, it is useful 'cause VC++ fails in its links. Otherwise, two choices for you : first of them, you learn pentium assembly :) second one, you let the program with its bugs and throw it to the trash...
TOXCCT >>> GEII power