DEBUG


The DEBUG statement causes the executing program to enter the jBC debugger.

 

COMMAND SYNTAX

DEBUG

 

NOTES

The debugger is described here.

 

EXAMPLES

IF FatalError = TRUE THEN
    DEBUG ;*enter the debugger
END


jBC