| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > wait | |||
This command instructs the debugger to wait until either 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-outSpecifies the period of time.
msSpecifies the time in milliseconds. This is the default.
sSpecifies the time in seconds.