| |||
| Home > ARM Symbolic Debugger > Alphabetical list of armsd commands > go | |||
The go command starts execution of the
program.
The syntax of the go command is:
go {while expression}
where:
whileIf while is used, is
evaluated when a breakpoint is reached. If expression evaluates
to true (that is. non-zero), the breakpoint is not reported and
execution continues.expression
expressionspecifies the expression to evaluate.