sourceserver

Unable to Step in to .net framework source code

Hi I am able to load the symbols but not able to step-in. How to achieve this? This is for .Net 3.5 SP1 ...

SymAddSourceStream questions

Did I get it right that SymAddSourceStream function is an equivalent of pdbstr.exe command line tool that comes with MS Source Server? I wrote a test that does SymInitialize/SymLoadModule64/ SymAddSourceStream/SymUnloadModule64/SymCleanup calls sequence and it works without errors, however the target pdb file remains unchanged. Does an...

Can I setup a symbol server outside the TFS build machine?

Hello, I would like to setup a symbol / source server at our company but I have not access to the TFS build machine because this is managed from another department (I'm a developer and this is managed by the Release Engineering). Can I setup the symbol / source server in another machine that takes the results of the TFS build machine t...