go

In IBM® Rational® Rhapsody®, go commands advance the application one or more steps. In the tracer, use go commands at the command line. From the animator, you can type go commands at the command line or use the Animation toolbar.

A go command causes the tracer to execute immediately, even in the middle of reading commands from a file. The remaining (unread) lines are used as commands the next time the tracer stops the execution and searches for commands.

If the application reaches a breakpoint, control might return to you before a go command is complete.

There are four go commands:

See also Considerations for using multiple threads.

Syntax

go

go step

go next

go event

go idle

Feedback