Questions tagged [symbol-server]

84 questions
69
votes
10 answers

How to debug into my nuget package deployed from TeamCity?

I have put a library that my team uses into a nuget package that is deployed from TeamCity into a network folder. I cannot debug into this code though! SymbolSource is one solution I have read about but I would much rather find some way to have…
anthonybell
  • 5,004
  • 7
  • 38
  • 55
30
votes
4 answers

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. However, I would like to start using a symbol…
pj4533
  • 1,641
  • 3
  • 16
  • 38
24
votes
4 answers

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 debugger instance (whether _NT_SYMBOL_PATH or the Visual…
Andy Finkenstadt
  • 3,499
  • 1
  • 18
  • 25
19
votes
3 answers

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 store. My question is this: What exactly is it that…
Lasse V. Karlsen
  • 350,178
  • 94
  • 582
  • 779
15
votes
3 answers

How do I create and use a symbol server?

I created a powershell script that gets all the pdb files from the drop location after the build is set to release and copies them to a folder that is shared on the network. I also created a sample application and I added the nuget packages that…
lex87
  • 1,172
  • 1
  • 12
  • 29
12
votes
2 answers

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 Visual Studio attempts to reload the same missing…
Roger Lipscombe
  • 81,986
  • 49
  • 214
  • 348
12
votes
5 answers

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 \browseui.dll \44FBC679fe000 browsue.dll …
Synetech
  • 8,907
  • 7
  • 59
  • 90
11
votes
0 answers

Azure DevOps SourceLink and Symbol Server with Release DLL in Nuget package

I have a .NET Standard 2.0 TestSouceLink project with the following configuration in the .csproj: netstandard2.0 PackageReference
Jérôme MEVEL
  • 4,948
  • 5
  • 34
  • 62
10
votes
0 answers

Why can't I find System.Web.pdb on referencesource.microsoft.com?

SYMSRV: http://referencesource.microsoft.com/symbols/System.Web.pdb/E6EBD6B61CEA407591438CC4E48036891/System.Web.pdb not found http://referencesource.microsoft.com/symbols: Symbols not found on symbol server. SYMSRV: System.Web.pdb from…
Micah Zoltu
  • 5,388
  • 2
  • 38
  • 63
9
votes
0 answers

dotPeek symbol server not providing source code to VS2013 debugger

My understanding of dotPeek symbol server feature is as follows: Whenever IDE asks for debugging information on a given assembly dotPeek decompiles the assembly and symbols (+ decompiled source code?) back to IDE. Yet my experience is as…
Kostas
  • 2,294
  • 3
  • 17
  • 17
7
votes
1 answer

Debugging NuGet Packages - Symbols with Sources not showing

I'm trying to build out both the nuget packages and symbols for my library. I'm using TeamCity to build the packages, then pushing them to my internal SymbolSource repo. Everything seems to be building/packaging/pushing fine, but when I go to debug…
gwing33
  • 230
  • 2
  • 7
6
votes
1 answer

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 to access this same code when we are not in a…
chrismay
  • 1,314
  • 1
  • 15
  • 25
6
votes
1 answer

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 SP1. Installed on T:\Symbols folder. But When I…
Ajay
  • 16,823
  • 9
  • 50
  • 94
6
votes
0 answers

Teamcity as Symbol Server no pdbs found

I am trying to use Teamcity as Symbol Server. I set Up TC like I should and TC is indexing my files. I found THIS question so I tried it to find the symbols on the server. I get some .dll listed with the command symchk /r * /s…
Joerg
  • 121
  • 8
5
votes
5 answers

Symbol servers explanation

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?
juan
  • 74,179
  • 49
  • 153
  • 188
1
2 3 4 5 6