Questions tagged [symbol-server]

87 questions
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
  • 131
  • 8
5
votes
2 answers

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
KindDragon
  • 6,558
  • 4
  • 47
  • 75
5
votes
1 answer

How can I debug using a nuget symbols package from a local folder?

I have a folder on my server that hosts my nuget packages. These packages do not contain source code or symbols (PDBs). This works well. Recently I have set up another folder on my local server to host the symbols files from the assemblies in my…
Reznoir
  • 909
  • 1
  • 11
  • 27
5
votes
0 answers

How to troubleshoot SymbolSource Server Basic

I have SymbolSource Server Basic installed and running, following the instructions in this blog entry. I can successfully push packages (*.nupkg and *.symbols.nupkg) from TeamCity to my server with no errors. However, while the NuGet side works…
David White
  • 3,014
  • 1
  • 32
  • 35
4
votes
1 answer

How do I see if a symbol package has been published for a given Nuget package?

I want to use a debugger to step through the code of an open-source, public Nuget package that my project references. My understanding is that if the package publishes a symbol package I should be able to do this. It's not working, and I can see…
Michael Kropat
  • 14,557
  • 12
  • 70
  • 91
4
votes
1 answer

Microsoft Symbol Server - Deleting Old content

We want to be able to delete symbol server content as we do the physical build area deletes, the symstore del command works of the transaction ID. This is not known. How to extract the transaction ID based on the binary or PDB ? Is there a…
Greg B Roberts
  • 173
  • 4
  • 14
4
votes
1 answer

Debugging/troubleshooting windows applications without source code

A few days back I faced this problem at work and I was wondering is there a way to mint out more data from the scenario than to go to Microsoft. There has been many cases like this and I wanted to explore that as a windows developer what is the best…
4
votes
1 answer

SymbolSource Server Issue

We are setting up a local SymbolSource server for our development team. We followed a nice article written on SymbolSource server. We use TeamCity for building. For each build .symbols.nupkg is pushed to local SymbolSource using nuget push command…
David Karen
  • 137
  • 1
  • 5
3
votes
2 answers

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. Then, I copied the file Foo.exe to a Windows…
Susam Pal
  • 32,765
  • 12
  • 81
  • 103
3
votes
2 answers

Can Visual Studio access TeamCity symbol server if basic auth is rquired?

I have TeamCity symbol server plugin working and can pull symbols & source from VS2017 as expected as long as I allow guest login in TeamCity and guest has appropriate rights. However, the required rights are quite permissive (allows downloading…
3
votes
1 answer

Why I cannot step into WPF source code in VS?

I'm using VS 2013 with .NET 4.0, and have configured Debug settings as http://referencesource.microsoft.com/. I can step into some core libraries like List but still cannot step into WPF code. VS shows "Source Not Available" for WPF…
Jeffrey Zhao
  • 4,923
  • 4
  • 30
  • 52
3
votes
1 answer

SymStore - add multiple files

I am trying to add a bunch of .pdb files to the symbol server using symstore.exe. Not all the .pdb's in the dir, but a selection of them (based on date). To add them in a single transaction I'm using symstore ... /f '@filelist.txt' where…
Steed
  • 1,292
  • 1
  • 14
  • 33
3
votes
2 answers

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. However, our company's dlls are taking a god awful long…
Doug T.
  • 64,223
  • 27
  • 138
  • 202
3
votes
1 answer

Issue pushing symbol packages to Symbol Server

I installed a Symbol Server (following this post: http://www.xavierdecoster.com/setting-up-your-own-symbolsource-server-step-by-step) and push symbol packages to that server. It has been worked so far. But then when I upgraded my machine to Windows…
2
votes
1 answer

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 to delete. D:\Symbols\[productname] is the root…
xubia
  • 643
  • 9
  • 26