Tagged Questions
12
votes
3answers
601 views
What does setting up a symbol server give me?
I read through this article: Setting up a Symbol Server, which goes into details on how to set up a shared symbol server for my team.
The thing I'm wondering about is adding my own symbols into the ...
2
votes
2answers
128 views
Debugging Framework Code in Visual Studio
Is this post (http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx) still the preferred method for debugging framework code from visual ...
2
votes
5answers
644 views
Symbol servers
In this answer the user suggests using Symbol Servers.
Can anyone explain how they work and how to set it up (if possible) with TFS 2008?
Thanks
1
vote
4answers
583 views
How can i debug this line of code in Visual Studio?
i have the following line of code in VS2008.
VirtualPathData virtualPathData =
RouteTable.Routes.GetVirtualPath(_viewContext.RequestContext,
"Home",
...