Exceptions
Step();
Step
stops at the bytecode following the function call.
StepIn();
StepIn
stops at the first bytecode in the function.
StepOut();
RunUntil(codeBlock, programCounter);
programCounter
in the function specified by codeBlock
.
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996