wait

Tells the debugger to wait for a specified amount of time, or until you press the space bar.

Syntax
wait <time-ms>
Parameter
time-ms

Number of milliseconds to wait.

Examples

The following table lists and defines examples of the wait command.

Table 1. wait Command-line debugger command - Examples
Command Description
wait Debugger waits until you press the space bar.
wait 2000 Wait for 2 seconds.