DEBUG

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

COMMAND SYNTAX

    DEBUG

NOTES

Describes the debugger here.

EXAMPLES

    IF FatalError = TRUE THEN
        DEBUG ;*enter the debugger
    END
Last update: Sat, 16 Jul 2022 15:34