Reference / Supported debug commands |
Allows you to set the value of specific variables for the duration of the debugger session.
set { | environment varname[=value] | verbose {on | off} | annotate }
The set command changes the values of the these variables:
When setting an environment variable, value may be any string. If the value parameter is omitted, the variable is set to a null value. The variable is set for your program, not for the debugger itself.
When verbose is set to on, the debugger will display additional messages about its operations, allowing you to observe that it is still working during lengthy internal operations.
set verbose on