Debugger Engine Commands
Debugger Commands
829
Microcontrollers Debugger Manual
Components
Debugger engine.
Example:
in>TESTBOX "Step 1: init all vars"

TUPDATE

In Profiler and Coverage components, the TUPDATE command switches the time
update feature on/ off.
Usage
TUPDATE on|off
Components
Profiler and Coverage components.
Example:
in>TUPDATE on

UNDEF

The UNDEF command removes a symbol definition from the symbol table. This
command does not undefine the symbols defined in the loaded application.
Program variables whose names were redefined using the UNDEF command are visible
again. Undefining an undefined symbol is not considered an error.
Usage
UNDEF symbol | *
If * is specified, all symbols defined previously using the command DEFINE are
undefined.
Components
Debugger engine.