Symbol Server
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.