From f3cb98b4e8ed5dc43430eb7578efb7afa143b15a Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 2 Aug 2015 17:21:30 +0200 Subject: [PATCH] Update symbol server URL Signed-off-by: Sven Strickroth --- src/Debug-Hints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Debug-Hints.txt b/src/Debug-Hints.txt index b641b5f15..6ae4ecc4c 100644 --- a/src/Debug-Hints.txt +++ b/src/Debug-Hints.txt @@ -36,14 +36,14 @@ Visual Studio IDE and attach it to a TortoiseGit process. To get a nice stack trace and resolve symbols, you can use our symbol server -http://www.crash-server.com:8080/public/TortoiseGit/7fbde3fc-94e9-408b-b5c8-62bd4e203570/symsrv/ + http://drdump.com:8080/public/TortoiseGit/7fbde3fc-94e9-408b-b5c8-62bd4e203570/symsrv/ or download the debug symbols (https://download.tortoisegit.org/tgit/) which are only available for our releases. In WinDbg the symbol server can be used by issuing - .sympath+ srv*c:\tmp*http://www.crash-server.com:8080/public/TortoiseGit/7fbde3fc-94e9-408b-b5c8-62bd4e203570/symsrv/ + .sympath+ srv*c:\tmp*http://drdump.com:8080/public/TortoiseGit/7fbde3fc-94e9-408b-b5c8-62bd4e203570/symsrv/ the URL for the Microsoft symbol server is: -- 2.11.4.GIT