The source-server tag has no wiki summary.
0
votes
1answer
430 views
Visual Studio (Microsoft ) Symbol server with git
I am trying to set up Microsoft Symbol Server with git. I have searched around and found this
https://github.com/joliver/SourceServer-GitExtensions
I followed every single step of the ...
0
votes
2answers
168 views
Source Indexing with Git
I am trying to start using source indexing alongside Git on our build server (TeamCity).
I download this project: SourceServer-GitExtensions
While running it i noticed warnings/errors. digging into ...
7
votes
1answer
559 views
embedding source into pdb, and having debugger(s) use it?
NOTE: my target concern is C# targeting the CLR with regular MSIL in case there's something that works for that but not in the more general case(s).
Some existing source debugging support examples
...
1
vote
4answers
480 views
Tfs 2010: how to set up a corporate source server?
I'm looking for guidance in setting up a corporate source server, but when I google this topic the best I can come up with is articles and walkthrough concerned with configuring VS to use microsoft's ...
0
votes
1answer
396 views
VS2010 debugging SL 4, can't load source code from source server
I am attaching to an IE instance which is running my deployed SL 4 app. All symbols load ok but when the debugger hits a breakpoint instead of loading the source code from TFS it says:
SRCSRV: Unable ...
1
vote
1answer
376 views
VS.NET: Source Server support enabled; Cannot retrieve source file from sourceserver
I've set up a symbol-server for one of my current projects.
During a nightly build I:
build my source
apply a label to the sourcefiles that have been used in the build
index the pdb files with the ...
1
vote
1answer
102 views
Visual Studio 2010 source server alert crashes
I just installed VS2010 Beta 2. When it opens for the first time it gives me a security error that "use source server only if you trust the origin blah blah". At this time VS crashes. VS itself comes ...
3
votes
1answer
491 views
Visual Studio debugger: Break on entering an external function?
With "Just My Code" turned off and a source location/server, it's easy to step into functions that are not in your code. Is there a way to set a breakpoint on one of these, though?
Basically, I want ...
1
vote
2answers
1k views
Configuring Visual Studio Source Server / Symbol Store against unsupported Vault SCM app
I am trying to configure our in house development code as a symbol server, with source control file access when debugging in Visual Studio 2008. We can use this on other projects that reference our ...
13
votes
7answers
3k views
Cannot step into .NET framework source with VS2008 SP1
Somehow my VS2008 SP1 has lost the ability to step into .NET framework sources. I've played around with checkboxes to no end; I've re-deleted the Symbol cache folder a dozen times; and I've tried all ...
4
votes
1answer
818 views
MS Source Server: significance of srcsrv.ini variable
The MS source server technology uses an initialization file named srcsrv.ini. One of the values identifies the source server location(s), e.g.,
MYSERVER=\\machine\foobar
The docs leave much ...