Tagged Questions

1
vote
1answer
18 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 …
1
vote
1answer
42 views

Visual studio debugger: Break on entering an external function?

Hi, 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 …
7
votes
7answers
795 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 …
0
votes
1answer
341 views

Configuring Visual Studio Source Server / Symbol Store against unsupported Vault SCM app

Hi, 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 …
0
votes
1answer
178 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 …