PreviousNextIndex

ERROR-STACK-TRACE attribute

This attribute controls whether or not the CallStack property on error objects can be used. Because the CallStack feature is for debugging and can slow system performance, error objects should not save call stacks in a production environment. This attribute allows you to disable the CallStack property on all error objects. When this attribute is FALSE, the default value, the CallStack property on an error object will be the Unknown value (?).

You can also set this session attribute using the -errorstack startup parameter.

Data type: LOGICAL

Access: Readable/Writeable

Applies to: SESSION system handle


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex