SourcePoint AMD Help

Table of Contents

wait

Suspend command execution until a breakpoint is encountered.

Syntax

wait [time]

Where:

time

specifies a number of seconds to wait.

Discussion

Use the wait command to prevent the emulator from accepting commands until a breakpoint occurs. ย This command is useful in debug procedures (procs) and macro files that have go commands. The wait command prevents subsequent commands in the proc or include file from executing until the processor is in a stop condition.

If a time is specified, then command execution is suspended until a breakpoint hits, or until the time to wait is exceeded.

The wait command has no effect when emulation is stopped.

Related Topics: