| |||
Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > wait |
This command instructs the debugger to wait until the target stops. For example, when the application completes or a breakpoint is hit. ARM recommends that you specify a time-out parameter to generate an error if the time-out value is reached.
wait
time-out
[ms
| s]
Where:
time-out
Specifies the period of time.
ms
Specifies the time in milliseconds. This is the default.
s
Specifies the time in seconds.