Sunday, April 17, 2011

jBase Infobasic Command DEBUG

The DEBUG statement causes the executing program to enter the jBASE BASIC debugger.

Command Syntax

DEBUG

Example

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

No comments:

Post a Comment