Specifies whether to enable just-in-time debugging.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set debug_on_error=---.-0-.-----------><
+-1-+
Parameters:
0
|
Disables just-in-time debugging.
|
1
|
Enables just-in-time debugging:
the
Debugger starts if a running program terminates with a run-time system error.
|
Properties:
Default:
|
0
|
IDE equivalent:
|
None
Use the
Application.config file of the project - right-click the file in Solution Explorer and click
Open, then select the
Run-time Configuration tab.
|