Please enable JavaScript to view this site.

 

Navigation: Macros > The Macros Debugger

Variable Watches in the Debugger

Scroll Prev Up Next More
As you step through macros, the debugger displays a constantly updated list of all the variables in the Variables window at the top right of the debugger.

 

All the variables are listed along with their updated value; your variables being listed first, then the system variables and finally the temporary variables.

 

Because sRESULT can often involve formatted text with tabs and line feeds, its value is also displayed in a simple text viewer, below the variables list. While this preview is crude it will let you verify the essential elements of layout you might have introduced into sRESULT; tabulations and line feeds.

 

Tooltip Hints

 

Finally, you can get the value of any variable within the code window, by placing your cursor over it. A tool-tip hint will appear giving you the value of that variable.

 

 

Note that integer variables whose value is above 30000 are considered to be potentially dates, and their value is displayed as both an integer and a date, as shown in the example below.

 

 

You can place your cursor over a variable anywhere in the code, but remember that the value displayed is the current value for the currently selected code line.

 

See also: stepping through a macro.

 


Topic 108250, last updated on 15-Dec-2023