MDB Reference: wait
wait [duration]
The MDB wait command makes the current script processor wait until the debugger halts before processing the next command. If duration (in milliseconds) is specified, the next command will be processed if the debugger does not halt and duration milliseconds have elapsed.
Parameters
- duration
- Time in milliseconds to wait
Example
> wait 250