Debugging Routines
Restriction:
The CBL_ routines within this section are not supported when CHARSET"EBCDIC" is in effect.
CBL_CREATE_CORE
Enables a COBOL program to invoke a core dump on demand (that is, without encountering a run-time error).
CBL_DEBUGBREAK
Enables a COBOL program to invoke
the debugger
(Windows) or
Animator
(UNIX)
.
CBL_DEBUG_START
Enables a COBOL program to initiate advanced remote debugging,
live recording,
or cross-session debugging.
CBL_DEBUG_STOP
Enables a COBOL program to stop or suspend animation
, or terminate a live recording
.
CBL_GET_ERROR_INFO
Provides information about the location of the last fault or error.
Parent topic:
Library Routines
Related information
Alphabetical List of Library Routines