Questions tagged [symbol-server]

87 questions
1
vote
0 answers

SymbolSource does not provide source code on exception

We maintain our own nuget server, and I recently set up a SymbolSource server (http://www.symbolsource.org/; the website is currently not responsive. Try the google cache or archive.org version of the website instead. The library you need to set up…
jrv
  • 443
  • 4
  • 14
1
vote
1 answer

VS2013 MFC Symbols missing

My Visual Studio 2013 is unable to load MFC symbols. After setting some options in Visual Studio, I am able to load symbols for most of the Windows DLLs, but MFC symbols (more exact: mfc120ud.i386.pdb and mfc120d.i386.pdb) are still missing. What I…
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
  • 113,561
  • 39
  • 200
  • 288
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,741
  • 1
  • 21
  • 34
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
  • 3,012
  • 2
  • 26
  • 35
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
  • 766
  • 1
  • 6
  • 16
0
votes
1 answer

Pushing nuget symbol packages to Artifactory removes ".symbols." from the package name and overwrites the regular package

I am pushing Nuget packages (.nupkg) and their associated symbol packages (.symbols.nupkg) to Artifactory with dotnet nuget push. However, in every way I have tried to do it, the .symbols part of the package name is removed, and the original,…
ssoleil
  • 1
  • 1
0
votes
1 answer

In the Azure Pipelines PublishSymbols task, how can I use a variable as the searchPattern parameter?

Following up on my previous question: @leo-liu-msft's solution worked well for explicitly listing the files to be included in searchPattern. I want to generate the search pattern dynamically, so I run a PowerShell script in the step before…
0
votes
1 answer

In the Azure Pipelines PublishSymbols task, how to specify multiple search patterns?

We have the following PublishSymbols task in our pipeline, and it's working correctly. - task: PublishSymbols@2 inputs: symbolsFolder: $(Pipeline.Workspace)/s/Server searchPattern: "**/*.pdb" indexSources: true publishSymbols: true …
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
  • 120
  • 1
  • 9
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
  • 3,411
  • 3
  • 35
  • 59
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 Polevshchikov
  • 2,228
  • 2
  • 24
  • 35
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,899
  • 15
  • 72
  • 143
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
1 answer

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
  • 3,104
  • 3
  • 24
  • 56