Enable symbol resolution and source file name & line number resolution on platforms that support them in stack traces performed by balst. Note that such resolution is expensive, involving disk access, and on Windows platforms has thread‐safety concerns if the application is using dbghelp.dll. Enabling resolution (the default state) results in balst stack traces giving as much information as is available on the platform.

Synopsis

Declared in <balst_stacktraceconfigurationutil.h>

static
void
enableResolution();

Created with MrDocs