[#BloombergLP-balst-StackTraceConfigurationUtil-enableResolution] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceConfigurationUtil.adoc[StackTraceConfigurationUtil]::enableResolution :relfileprefix: ../../../ :mrdocs: Enable symbol, source file name, and line number resolution in stack traces performed by `balst`. == Synopsis Declared in `<balst_stacktraceconfigurationutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void enableResolution(); ---- == Description On platforms that support them, enable symbol resolution and source file name and line number resolution. 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#