Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Figure 14. The Calls Window

Choose Calls from the Code menu menu to display the Calls window.  This
window displays the program's call stack.  Each line contains the name of
the function that was executing, and the source or assembly code at the call
site.  You can use Unwind and Rewind to obtain this information, but the
calls windows will show you the entire call stack.

You can Unwind to any point in the call stack by double-clicking on a line,
or by cursoring to it and pressing ENTER.  Select a line and press the right
mouse button to access the following pop-up menu items:


Unwind
    Unwind the stack to the level of the selected code.  This is equivalent
    to using Unwind from the Undo menu or Rewind from the Undo menu.

Break
    Set a breakpoint at the return from the selected call.

Goto
    Execute until the program returns from the selected call.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson