Tagged Questions
4
votes
0answers
25 views
Loading Specific Symbols from a Symbol Server in Visual Studio that match a regex
We have a symbol server hosts our pdbs for our internal libraries. All dll's that are published begin with prefix "ABC"
I would like to configure Visual Studio to Load only specified modules that ...
0
votes
0answers
34 views
Looking for program to match dump file with binary and pdb
I've got the following situation: I got the (mini)dump file of a crashed application. I haven't got the exe and pdb file, for which the dump file was created, but i have the exact source for the ...
0
votes
0answers
40 views
Visual Studio Debug Step into Code in Wrong Branch
I have project solutions in two branches(trunk and branch actually). When I debug one branch, at one point, I step into a method, it jumps to the file in another branch.
I tried cleaning up the ...
0
votes
0answers
132 views
Why is visual studio downloading pdb files into my source location?
When I open a C# project in visual studio 2012 update 1, visual studio immediately fills my source directory with pdb directories. I assume these have to do with downloading the symbols for the ...
2
votes
2answers
163 views
PDB files with cmake install
I am using a CMAKE command to install PDB files to enable debugging in a developer distribution of my C++ application. The command is as below:
INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/Debug
...
0
votes
1answer
80 views
Manually publish pdb to symbol server
I have a 3rd party library, fortunately I have the pdb's for the 3rd party library. I have a symbol server in my organization, I have a local symbol cache folder on my desktop.
This 3rd party ...
2
votes
1answer
91 views
Debugging Monomac apps built using Visual Studio
Does Monodevelop allow .net assemblies to be debugged that have been built using Visual Studio (i.e. assemblies that have .pdb symbols rather than .mdb symbols)?
If so, how are source files located ...
0
votes
3answers
142 views
VS 2010 Debugging
Is the .pdb file enough to debug and step into the code of a dll? Or do you actually have to reference the corresponding project source code?
I tried referencing a dll with the .pdb file in the same ...
2
votes
0answers
85 views
Specify PDB path in Visual Studio 2003
In Visual Studio 2003, if I link with a library that doesn't have its corresponding PDB file, I get a warning:
foo.lib(bar.obj) : warning LNK4099: PDB 'other.pdb' was not found; linking object as ...
3
votes
2answers
149 views
How does 'Source Stamping' work?
In a presentation by Bungie (A Life on a Bungie Farm) a feature in Visual Studio named 'Source Stamping' is mentioned. I would like to read a bit more information on that subject but finding related ...
5
votes
3answers
1k views
Decrease time to attach & load symbols
Generally speaking, what are your recommendations on this? Currently takes close to 10 minutes for me to attach to a locally running IIS process hosting SharePoint 2007.