Debugger Engine Commands
Commands Overview
741
Microcontrollers Debugger Manual
Example:
d:/demo/myfile.txt
Example:
layout.hwl
Example:
d:/work/project.hwc

component

The name of a debugger component. A list of all debugger components is given by
choosing Component > Open. The parser is case insensitive.
Example:
Memory
Example:
SoUrCe

Module Names

Correct module names are displayed in the Module component window. Make sure that
the module name of a command that you implement is correct:
If the .abs is in HIWARE format, some debug information is in the object file (.o), and
module names have a .o extension (e.g., fibo.o).
In ELF format, module name extensions are .c, .cpp or .dbg (.dbg for program
sources in assembler) (e.g., fibo.c), since all debugging information is contained in the
.abs file and object files are not used.