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 - the<b> code</b> menu allows you to display windows that show different information http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The Code menu allows you to display windows that show different information
related to your code.  It contains the following items:


Source
    Open the Source window.  It shows source code at the currently executing
    location.  See The Source Window.

Modules
    Display a sorted list of modules contained in the current program.  See
    The Modules Window.

Functions
    Open a sorted list of all functions in the program.  See
    The Functions Window.

Calls
    Open the Call History window.  This window displays the program's call
    stack.  See The Calls Window.

Assembly
    Open the Assembly window.  It shows assembly code at the currently
    executing location.  See The Assembly Window.

Threads
    Open a list of all threads in your program and their current state.  See
    The Thread Window.

Images
    Open a list of the executable images which are related to the program
    being debugged.  This includes a list of all loaded DLLs.  See
    The Images Window.

Replay
    Open the program execution Replay window.  This window allows you to
    restart your application and replay your debugging session to any point.
     See The Replay Window.

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