debugger_command

Specifies the command to start the debugger when just-in-time debugging is enabled
Restriction: This tunable is supported for native COBOL on UNIX platforms only.

Syntax:

>>-----set debugger_command=--"debugger-.------------.-"--><
                                        + directives-+

Parameters:

debugger The name of an available debugger, such as cobanim or anim.
directives Any directives to immediately apply when the debugger runs, each separated by a space. (Directives are optional.)

Properties:

Default: cobanim
IDE equivalent: None

Example:

When JIT debugging is initiated, the following example runs the cobanim debugger, with the mixedlangdebug directive in effect.

set debugger_command="cobanim mixedlangdebug"