Other Debugging Features

The Development Environment debugger also has these debugging commands. The menus where you find these commands are listed in parentheses following the action.

Command Action

Calls Lists the function calls and arguments that led to the current statement. Lists the most recently executed function first (Debug).
Hex Mode Toggles the format of all numbers displayed in the Locals and Watch windows, as well as in several dialog boxes. The default format is base 10. When the command is checked, the format is base 16 (Debug).
Modify Variable Modifies the value of a variable or expression in memory (Debug).
Functions Locates the entry point of a function. Before using this command, you must compile the current source file with the Debug option selected (View).

See Part 2 for complete information about these commands.