Questions tagged [symbol-server]

84 questions
1
vote
1 answer

Visual Studio: Configure Symbol Server via Registry

Setting up Symbol Server in Visual Studio involves a lot of clickety-clack: Go to Tools -> Options -> Debugger -> General. Uncheck “Enable Just My Code (Managed only)”. Uncheck “Enable .NET Framework source stepping”. Yes, it is misleading, but if…
Anton Gogolev
  • 107,051
  • 37
  • 191
  • 278
1
vote
1 answer

How to configure SymbolSource Server Basic

I have SymbolSource Server Basic installed and running, following the instructions in Xavier Decosters blog entry. I have set up Visual Studio as recommended by SymbolSource The problem is that the Symbol Server returns 404's for all the url's that…
cedd
  • 1,561
  • 1
  • 16
  • 33
1
vote
2 answers

MyGet & SymbolSource.org: VS2012 isn't finding the pdb

I've created a library on myget (part of ci), and I'm trying to push the symbol sources to symbolsource.org (this is a great service, and I love the idea). This is my first attempt. I've been using the instructions found on the myget site:…
Gordon
  • 2,600
  • 2
  • 21
  • 31
1
vote
1 answer

How to set up Symbol Server for both C# and Java

Microsoft provided a solution that allows one to easily manage and retrieve symbol files for his code using symbol server. We are use both c# and Java, and I was wondering if there is a way to setup something similar to Symbol Server for Java, and…
borod108
  • 586
  • 4
  • 16
0
votes
1 answer

ERROR_WINHTTP_NAME_NOT_RESOLVED when using dbghelp as a service

I am trying to setup a symbol proxy server that targets both our own internal symbol stores (UNC) and http servers (microsofts being one). I want it to run as a service, or as IIS (which runs as a service of course). I have tried Micrsoft SymProxy,…
billw
  • 108
  • 1
  • 7
0
votes
0 answers

Windbg keeps asking for symbol server credentials

I want to programmatically analyze crash files (minidump) using WinDbg Preview. I've got the WinDbg command line done and everything works except that WinDbg always wants me to manually verify the credentials for one of the symbol servers. This one…
t-b
  • 63
  • 1
  • 6
0
votes
0 answers

Private (On-premises) symbol server for snupkg packages?

I'm wonder is there any solution to have private server for snupkg packages with portable PDBs? Microsoft is recommending separate server Here but I can't find other solution than nuget.org and in my company there is no way we could do this because…
dnf
  • 1,037
  • 1
  • 10
  • 19
0
votes
0 answers

How to have Visual Studio 2015 cope with Microsoft's 2019 symbol server upgrade?

I find something abnormal inside my Windows 7's VS2015 IDE recently. When starting debugging, VS2015 can no longer fetch pdb files from Microsoft's symbol server. This happens around the end of 2019. Screen shot below: After some investigation, I…
Jimm Chen
  • 2,653
  • 3
  • 27
  • 49
0
votes
1 answer

Source link can't download source files for nuget from private azure symbol server, uses wrong domain dev.azure.com/raw/

TL;DR Azure devops is used, VS with source link tries to open source form https://dev.azure.com/raw/... with 404 error, looks like domain generation pattern is wrong We have nuget package and want to enable debugging of its source code. Everything…
Danila Polevshikov
  • 2,088
  • 2
  • 19
  • 33
0
votes
1 answer

Store and manage multiple PDB files?

when building my application some PDB files are generated which are useful during debugging. Now when a user experiences a crash, I get the dump-file and using this I can analyse the problem. Unfortunately for this the version of the PDB file needs…
Elmi
  • 5,261
  • 12
  • 57
  • 123
0
votes
1 answer

Where does Visual Studio get the hash for my DLL for looking up symbols?

I'm setting up our private symbol server. Everything works great. Observe the following Resharper log when I debug into one of our Nuget packages using symbol server: Searching for 'ClassLibrary1.Class1' type sources in…
user47589
0
votes
0 answers

Allow Microsoft symbol server through firewall

We have a new setup where we don't have internet access for our machines which we code on. (Stupid Idea in my opinion). Our Network Security department wants to know if the following URL is the only URL needed to allow firewall access to Microsoft's…
Jimenemex
  • 2,836
  • 2
  • 13
  • 39
0
votes
1 answer

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 use in environment reproduction similar to what…
bwerks
  • 8,031
  • 13
  • 61
  • 96
0
votes
1 answer

Indexing symbol files with P4Index zero files found

I am trying to setup a symbol server, and hence I need the symbols indexed to map to the source version. I am running p4Index on folder where the solution resides. my disc files and folders: .\CalculatorDemo\bin\ where the output is…
kfn
  • 370
  • 1
  • 4
  • 21
0
votes
1 answer

VS2015 - Issue to push generated package - Symbol

after we install VS2015 in our server our symbol packages are getting this error when we try to push then to the symbols server: (506) Package submission failed: Unknown custom metadata item kind
Fabito
  • 999
  • 2
  • 11
  • 28