| ||
Getting Started: GNU Emacs Integration (cont'd) |
Overview of execution control commandsTo execute one single step of a program execution, use the command:
N is an integer specifying the number of
nesting levels to go out. This makes it possible to run the
interpretation e.g. until a method invocation terminates, also in the
case where the pattern declaration specifying that method invocation
is more than one nesting level further out than the current
imperative.
It is possible to let the execution continue in the running mode (not single-stepping), using:
Finally, the commands
"terminated>"
state, in the single-stepping respectively running mode.
Finally, the next and last section explains a few odds and ends. |