Sebastian Nemeth - 427 - Jul 4, 2014

Hi, I’m trying to set up ServiceStack to be debuggable from the NuGet packages using SourceServer, by following the instructions found here: https://github.com/ServiceStack/ServiceStack/wiki/Debugging

When debugging, Visual Studio begins loading symbols from external sources as expected, the prompt iterates through 'ServiceStack.*" but when trying to step into SS code, I get the ‘No PDBs’ error.  The symbol cache on my hard drive doesn’t contain any PDBs for SS, so the downloads must have failed.  

Are the SS PDBs still available?  Has anyone else had issues getting at them?

All the pdb’s are getting published for all packages, e.g: https://www.symbolsource.org/Public/Metadata/NuGet/Project/ServiceStack
Unfortunately it’s a dark art and I don’t know why pdb for SS fails to load, it used to but just stopped working after a while.