Tagged Questions
The symbol-server tag has no wiki summary.
11
votes
3answers
565 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 ...
10
votes
2answers
4k views
How can you change an age-mismatched PDB to match properly?
Our nightly build process was broken for a long time, such that it generated PDB files that were a few hours different in age than the corresponding image files. I have since fixed the problem.
...
4
votes
1answer
285 views
Setting up a public (or private) symbol server over http
Every piece of documentation I've found (references 1 through 5) talks about setting up a symbol server by using a shared UNC path, and then putting the correct settings available to the local ...
3
votes
2answers
333 views
Why are my local dlls taking forever to load after setting _NT_SYMBOL_PATH?
I've setup _NT_SYMBOL_PATH and have pointed it to
srv*c:\symbols*http://msdl.microsoft.com/download/symbols
When starting the debugger, I notice that the Windows related dlls load quickly. ...
3
votes
1answer
445 views
Visual Studio doesn't cache Microsoft Symbol Server cache misses?
I'm using the Microsoft Symbol Server with Visual Studio 2008 and it's working pretty well. Unfortunately, when the public symbol server doesn't contain the symbols, it takes a while to timeout, and ...
2
votes
1answer
127 views
Where can I create free symbol server for open source project?
My open source project it is C++ dynamic linking library. Most of bugs - crash.
I want create public symbol server to simplify debugging with memory dump.
See also: Setting up a Symbol Server
2
votes
2answers
258 views
Is there a way to debug ASP.NET MVC code using a symbol server (instead of downloading the source and referencing that)?
Is it possible to step through the official ASP.NET MVC 2 code via using the Symbol Server thingy in visual studio 2010?
I know I can download the full open source MVC code from codeplex, build it ...
2
votes
2answers
126 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
2answers
565 views
WinDbg, display Symbol Server paths of loaded modules (even if the symbols did not load)?
Is there a way from WinDbg, without using the DbgEng API, to display the symbol server paths (i.e. PdbSig70 and PdbAge) for all loaded modules?
I know that
lml
does this for the modules whose ...
2
votes
2answers
731 views
Microsoft Symbol Server / Local Cache Hash Algorithm
I am trying to figure out what hashing algorithm is used for the Microsoft Symbol Local Cache directory.
For example, the local cache can be something like the following
L:\Symbols
...
2
votes
5answers
624 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
0answers
41 views
View source code from a “Symbols Server” without debugging?
I know it's possible to publish our source/symbols to a symbol server, or use something like SymbolSource.org to allow us to step into the code when we are referencing a DLL.
But I have found no way ...
1
vote
1answer
294 views
Windows Debugging Symbols - Not Loading
I am having Windows 7 x64 SP1. I have downloaded symbols from:
http://msdn.microsoft.com/en-us/windows/hardware/gg463028
I have downloaded and installed x64 RTM and x64 SP1 symbols for Windows 7 x64 ...
1
vote
2answers
70 views
What is the difference in TFS 2010 between a source server and symbol server?
I have read a couple of posts for instance...
http://blogs.msdn.com/b/adamroot/archive/2009/06/17/source-server-and-symbol-server-features-in-team-foundation-server-2010-beta-1.aspx
...
1
vote
1answer
195 views
How to manage systemwide libraries when viewing a dump in VS or WinDBG?
When I load a Windows process dump file from a different machine with Visual Studio (or WinDBG), it'll display lot's of messages like:
(output from Visual Studio 2005)
...
1
vote
4answers
288 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 ...
1
vote
1answer
264 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
4answers
577 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",
...
0
votes
2answers
35 views
Why WinDbg is unable to load symbols from Windows Server 2003 with Service Pack 2 x86 retail symbols download?
I wrote a C++ project called 'Foo' using Microsoft Visual Studio 2005 Verison 8.0.50727.762 (SP.050727-7600) on Windows XP Professional Version 2002 Service Pack 3. I built the project into Foo.exe. ...
0
votes
1answer
32 views
Symstore deletion error
The usage of the delete function of the symstore.exe tool is the following:
symstore del /i ID /s Store [/o] [/d LogFile]
I have symbols that have been stored from a long time ago that I would like ...
0
votes
1answer
86 views
Getting the symbols of kernel32
Is the Symbol Server the only way to get the symbols of kernel32.dll in C++/Windows?
thanks:)
0
votes
1answer
198 views
Source Server support on VMs with VMWare Lab Manager and TFS?
My company is interested in better integrating our investment in VMWare with our TFS deployment. Currently the company is running TFS2005 SP1, VS2010, and we have a sizeable SAN that we would like to ...
0
votes
2answers
123 views
Can I setup a symbol server outside the TFS build machine?
I would like to setup a symbol / source server at our company but I have not access to the TFS build machine because this is managed from another department (I'm a developer and this is managed by the ...
0
votes
1answer
296 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 ...
0
votes
2answers
509 views
IntelliTrace - Says it needs a Symbol Server
I am trying to get my Automated builds working with IntelliTrace.
When I load a IntelliTrace file that was based off a build, it get the following error:
The build associated with this IntelliTrace ...