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 11. The Functions Window

The Functions window can display a list of all functions contained in a
module, executable image or program.  To the left of each function name is a
button.  You can click on these buttons to set and clear breakpoints at the
various functions.  This can also be accomplished by double-clicking on the
function name or cursoring to a function and pressing ENTER.

Press the right mouse button to access the following pop-up menu items:


Break
    Set a breakpoint at the selected function.  A dialog will appear so that
    you can fill in detailed breakpoint information.  For more information,
    refer to the section entitled The Breakpoint Dialog.

Source
    Show the source code for the selected function.

Assembly
    Show the assembly code associated with the selected function.

Typed Symbols
    Toggle between showing all symbols and just those defined in modules
    compiled with the d2 option.  Variables from the C/C++ library and
    assembly code are suppressed.  This menu item sets options on a
    per-window basis, overriding the global settings.  When you use the menu
    item to change these settings, they will not be saved between debugging
    sessions.  To change an option permanently, see
    The Window Options Dialog.

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