Exceptions

Breaking Using BreakLoop()

Executing the BreakLoop global function also puts you in a break loop. Typically, you will embed this call in a function in which you're having problems. Once you are in the break loop, you can then look at the values of parameters, local variables, and so forth to debug the problem.


An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.

Last modified: 1 DEC 1996