Tagged Questions
The srcsrv tag has no wiki summary.
2
votes
3answers
851 views
MS Source Server - source stream is apparently not there when viewing with srctool
I have been playing around with the MS Source Server stuff in the MS Debugging Tools install.
At present, I am running my code/pdbs through the Subversion indexing command, which is now running as ...
2
votes
1answer
882 views
How do I get Srcsrv with SVNindex.cmd to index extern files?
I have recently made use of the SrcSrv feature in the Debugging Tools For Windows, but have noticed that when I index the pdb with SVNIndex.cmd it does not pick up any of the files that are from an ...
1
vote
1answer
131 views
How do you update the server name in source indexed symbol file?
With the Debugging Tools for Windows you can run SSIndex.cmd against your symbol files and it will embed the command to retrieve each source code file from the TF server. We have a bunch of indexed ...
1
vote
2answers
370 views
Can source server (Debugging Tools for Windows) be used with static library projects?
I can't find a way to use the source server tools from the Debugging Tools for Windows on a static library project,
which is built separately from the solutions actually using that library:
The output ...
0
votes
1answer
203 views
How do I get the svnindex.cmd script included with SrcSrv to index source files with URI-escaped spaces in them?
I recently set up a symbol server and added SrcSrv support to our build scripts so that we can easily debug crash dumps from the field and have WinDbg and/or the Visual Studio debugger get the correct ...