Skip to content

Symbol Server

Compare
Choose a tag to compare
@chriseldredge chriseldredge released this 06 Mar 22:45
· 289 commits to master since this release

Klondike can now process NuGet symbol packages and serve debugging symbols and source code to Visual Studio, windbg and more!

Install Debugging Tools for Windows and update the NuGet.Lucene.Web:DebuggingToolsPath app setting in Web.config to point to your debugging tools install path, e.g. c:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64.

Once you push some symbol packages, point your debugger to http://YOURHOSTNAME/api/symbols. See the guide at SymbolSource.org for more details.