Installation guide
Entering Statements in the Edito r/Debugger
Continue narrowing the list in the same way. For the above example, type o
and press Tab to further narrow the list. Press Enter or Return to select
an item, which completes the name at the prompt.
Tab Completion for Structures
For structures that are in the current workspace, after the period separator,
press Tab. For ex ample, type
mystruct.
and press Tab to display all fields of mystruct. If you type a structure and
include the start o f a unique field after the period, pressing Tab completes
that structure and field entry.
Fo r example, type
mystruct.n
and press Tab, which completes the entry mystruct.name,wheremystruct is
in the current workspace and contains no other fields that begin with
n.
6-25