BDE 4.14.0 Production release
Loading...
Searching...
No Matches
balst_stacktraceconfigurationutil

Detailed Description

Outline

Purpose

Provide utility for global configuration of stack trace.

Classes

Description

This component provides global configuration for stack traces provided by the balst package.

Resolution of symbols, line numbers, and source file names is generally very expensive and involves a lot of disk access. On Windows, such resolution can also be very problematic for other reasons.

Note that line number and source file name information is not available on all platforms. If resolution is enabled, the stack trace will give as much information as balst has implemented for the platform. All platforms support symbol names.

Configuration Options

Currently this component provides one configuration option:

Usage

This section illustrates intended use of this component.

Example 1: Evaluating Boolean Value

If neither enableResolution nor disableResolution have been called, the default value of isResolutionDisabled is false.

After that, the value tracks whether disableResolution or enableResolution has been called.