[#BloombergLP-balst-StackTraceConfigurationUtil-enableResolution] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceConfigurationUtil.adoc[StackTraceConfigurationUtil]::enableResolution :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void enableResolution(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#