mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed cascade error, switched minidump test to use symbols.beeflang.org
This commit is contained in:
parent
7966abb501
commit
3625d76cc7
9 changed files with 78 additions and 47 deletions
|
@ -840,6 +840,8 @@ BF_EXPORT void BF_CALLTYPE Debugger_SetSymSrvOptions(const char* symCacheDir, co
|
|||
{
|
||||
String symStr = String(startStr, cPtr - startStr);
|
||||
symStr.Trim();
|
||||
if (symStr.EndsWith('/'))
|
||||
symStr.Remove((int)symStr.length() - 1, 1);
|
||||
if (!symStr.IsEmpty())
|
||||
symServers.Add(symStr);
|
||||
startStr = cPtr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue