Questions tagged [symbol-server]
87 questions
1
vote
1 answer
Unable to debug package from private Azure Repo
I have a project that I publish to Azure Artifacts:
netstandard2.1
portable
1.0.11
…

MakePeaceGreatAgain
- 35,491
- 6
- 60
- 111
1
vote
1 answer
Nuget Symbol Server in Visual Studio with ARtifactory is not working
I've set up Artifactory and uploaded some (s)nupkg packages. Then i've added the artifactory feed as described in the documentation.…

Lisa
- 111
- 1
- 6
1
vote
2 answers
What is the difference in TFS 2010 between a source server and symbol server?
I have read a couple of posts for…

Anonymous Type
- 3,051
- 2
- 27
- 45
1
vote
1 answer
Debug NuGet package using Azure Devops Symbole Server resulting to class not found
I've been playing around with Azure Devops lately to host a NuGet package as an artifact, which I would then use in another project of mine.
So far so good, I managed to get the package and to use it as intended, but I'd like to be able to debug it…

Akorna
- 217
- 2
- 16
1
vote
4 answers
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",
pageLinkValueDictionary);
I wish to debug this GetVirtualpath(..)…

Pure.Krome
- 84,693
- 113
- 396
- 647
1
vote
0 answers
TFS "source server" (appears to) not work
I am trying to debug a small application that deliberately throws an exception in a dependent library. I built the code for both, but I am debugging on a workstation that I did not use to build the dependent library. I have a step in my small build…

Bryan Johnson
- 11
- 1
1
vote
1 answer
SRCSRV: Source server cannot retrieve the source code for file
In the company I work for, we're using source server to fetch the proper source from the svn repository that corresponds to the app version that generated a crash dump file.
After recent windows updates (unsure if related, but happens on all…

Tomasz Kowalczyk
- 51
- 4
1
vote
0 answers
Set symbol server in Visual Studio for Mac
Where is the corresponding setting for setting the symbol server
in VS for Mac? I can't find it, is this feature überhaupt available?

grmbl
- 2,514
- 4
- 29
- 54
1
vote
2 answers
mfc140.dll version 14.0.24212.0 not downloaded from microsoft symbols server
I am using Windbg to debug a dump which has mfc140.dll version 14.0.24212.0 on the main thread callstack. It fails to download this version of mfc140 for some reason.
Here is the log with sym noisy on:
SYMSRV: BYINDEX: 0xC
…

devstability
- 29
- 6
1
vote
1 answer
Download symbols from Microsoft symbol server
I read MSDN "using symbol server"
I am trying to download symbols from microsoft symbol server.
My symbol search path: srv*C:\symbols*http://msdl.microsoft.com/download/symbols
In WinDbg I always get error:
************* Symbol Loading Error Summary…

JamesDean
- 11
- 1
- 2
1
vote
1 answer
Getting the symbols of kernel32
Is the Symbol Server the only way to get the symbols of kernel32.dll in C++/Windows?
thanks:)

Idov
- 5,006
- 17
- 69
- 106
1
vote
4 answers
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 public symbol servers for use with debugging .NET…

bwerks
- 8,651
- 14
- 68
- 100
1
vote
0 answers
Where do I get the correct pdb for msxml6.dll (Symbol Server)
I am using Visual Studio 2013 to debug a crash in an app and the call stack shows msxml6.dll.
I am running on Windows 7 64 bit. The app is a 64 bit app.
I set up MS symbol server but it appears my msxml6.dll is not the same/doesn;t match the pdb I…

Tim
- 20,184
- 24
- 117
- 214
1
vote
0 answers
Debugging nuget symbol package in Vs 2015
I am facing problem in debugging nuget symbol package. I have tried all the way but no success
I followed
https://learn.microsoft.com/en-us/nuget/create-packages/symbol-packages
site for creating, settingup API key, pushing/publishing nuget and…

Shyam
- 182
- 1
- 14
1
vote
1 answer
Are the VS2015 64-bit MFC symbols on the Microsoft Symbol Server?
I'm trying to debug a crash/minidump from a customer who was running 64-bit software. The symbols for mfc140u.dll are not loading even though I'm downloading from the "Microsoft Symbols Servers" in Symbol Settings. Looking at the symbol cache, the…

davidvandebunte
- 1,286
- 18
- 25