wait

Format: wait

Blocks command processing until the program is halted. This is useful in playback files or breakpoint command lists. (See "Command list".) For example, if you want to step the program three times after a certain breakpoint is encountered, but you don't want to enable blockStep, enter:
b {s; wait; s; wait; s}

This assures each s command is complete before executing the next one. Since Esc halts the process, it in effect cancels this command.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.