Fix capturing stack trace from user native assemblies on Windows

This commit is contained in:
Wojtek Figat
2021-09-28 20:36:07 +02:00
parent 35b784f11d
commit 0a60bd1d3b

View File

@@ -1221,6 +1221,7 @@ void* WindowsPlatform::LoadLibrary(const Char* filename)
if (folder.HasChars() && !SymbolsPath.Contains(folder))
{
SymbolsPath.Add(folder);
SymbolsPath.Last().Replace('/', '\\');
OnSymbolsPathModified();
}
DbgHelpUnlock();