3.5. Stopping the program

[<<<] [>>>]

As you saw in the previous chapter the printout you realize that the numbers 34 and 23 are not OK. You wish you typed s to step into the function instead of stepping over.

No problem. Stop debugging and restart the debugger! To do this issue the command q.

#q
Ok... you have said that... quitting...
(0): error &H37:The preprocessor said to abort program compilation or execution.
#_

This generates a special error that causes the interpreter to finish execution.


[<<<] [>>>]