Questions tagged [srcsrv]

9 questions
5
votes
3 answers

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 of "ssindex.cmd" always displays "zero source…
Peter Schneider
  • 121
  • 1
  • 6
4
votes
2 answers

How to obtain more information from SRCSRV?

I'm working on a custom symbols/source server. I've been able to produce pdb files which reference our sources. The most of our sources can be retrieved by Visual Studio. But sometimes, SRCSRV fails to retrieve them. If I inspect the Visual Studio…
nilleb
  • 967
  • 6
  • 28
3
votes
1 answer

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 external link. Any suggestions ?
Stephen Bailey
  • 1,931
  • 13
  • 20
2
votes
3 answers

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 expected. It creates the stream for a given pdb file…
Tim Peel
  • 2,274
  • 5
  • 27
  • 43
1
vote
1 answer

SRCSRV: Source server cannot retrieve the source code for file

In the company I work for, we're using source server to fetch the proper source from the svn repository that corresponds to the app version that generated a crash dump file. After recent windows updates (unsure if related, but happens on all…
1
vote
2 answers

How can I Get visual studio to use source server in preference to local files when debugging?

I have just started experimenting with the Microsoft tools to set up a symbol and source server. I have successfully indexed my source files using p4index, updated the .pdb files and updated the symbol server. I have set visual studio to use the my…
David Woo
  • 749
  • 4
  • 13
1
vote
1 answer

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 files and recently our IT migrated our TFS 2008…
Keith Hill
  • 194,368
  • 42
  • 353
  • 369
0
votes
1 answer

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 version of the source files from our Subversion…
Mike Spross
  • 7,999
  • 6
  • 49
  • 75
0
votes
1 answer

srctool claims it has extracted source files, but just lists their URLs

I have a source indexed PDB, but Visual Studio does not attempt to download the appropriate source when debugging (verified using Fiddler), even though it does create the proper directory structure in the symbol cache (i.e. under the src/…
Sally Richter
  • 271
  • 2
  • 9