DEBUG_LINE Returns line number of current debug breakpoint. Syntax: integer := DEBUG_LINE Example: MESSAGE (FAO ("Breakpoint=!SL!/", DEBUG_LINE)); Related Builtins: ERROR_LINE GET_INFO(DEBUG) SET(DEBUG)
Returns line number of current debug breakpoint.
Syntax:
integer := DEBUG_LINE
Example:
MESSAGE (FAO ("Breakpoint=!SL!/", DEBUG_LINE));
Related Builtins: