faultfind_config

Controls the inclusion of program memory data in the Faultfinder output file.

Syntax:
>>-----set faultfind_config=----integer---------><
Parameters:
integer The action to perform and the type of memory as follows:
0 Include all types of memory (default)
1 Exclude working storage
2 Exclude thread-local storage
4 Exclude dynamically allocated memory

These values can be combined to suppress combinations of types of memory, for example, a value of 5 will suppress working storage and dynamically allocated memory from being included.

Properties:
Default: 0
IDE equivalent: None
Comments:

For information on FaultFinder see the chapter FaultFinder in your Debugging Guide.

See Also:

Related Topics: