Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

MODIFY-TEST-PROPERTIES

&pagelevel(5)&pagelevel

Alias:         SET-TEST-PROPERTIES

This statement controls whether information is generated for the AID debugger.

MODIFY-TEST-PROPERTIES

TEST-SUPPORT= *UNCHANGED / *YES / *NO

TEST-SUPPORT = *YES
Debugging information is generated for AID.
In order to debug without any restrictions with AID, the optimization and inline substitution of user-defined functions must be suppressed (see MODIFY-OPTIMIZATION-PROPERTIES). The compiler assumes INLINING=*NO for all configurations. The optimization level is reset to *LOW.

TEST-SUPPORT = NO
No debugging information is generated for AID.
However, call hierarchies can be traced back (e.g. by specifying %SDUMP %NEST after the program terminates).