
Supported Script File Commands UM017105-0511
386
Zilog Developer Studio II – ZNEO™
User Manual
wait
The wait command instructs the Command Processor to wait the specified milliseconds
before executing the next command. The following example presents the syntax of the
wait command:
wait <milliseconds>
For example:
wait 5000
wait bp
The wait bp command instructs the Command Processor to wait until the debugger stops
executing. The optional max_milliseconds parameter provides a method to limit the
amount of time a wait takes (that is, wait until the debugger stops or max_milliseconds
passes). The following example presents the syntax of the
wait bp command:
wait bp [max_milliseconds]
For example:
wait bp
wait bp 2000
Kommentare zu diesen Handbüchern