Exceptions

Stepping


Step();


This routine executes one bytecode instruction. If the instruction is a function call, Step stops at the bytecode following the function call.


StepIn();


This routine executes one bytecode instruction. If the instruction is a function call, StepIn stops at the first bytecode in the function.


StepOut();


This routine continues execution until the current function returns.


RunUntil(codeBlock, programCounter);


This routine continues execution reaching the bytecode specified by offset 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