pdb-files Questions
3
Solved
I want to write check to proof that given assembly has valid pdb file near it and that the checksums stored in the pdb match the source checksums.
The check used to be called as unit test on our C...
Murielmurielle asked 15/4, 2016 at 14:1
5
Solved
I try to debug a program in Visual Studio 10, but I have a problem with breakpoints. I put *.pdb files corresponding to the *.dll files to the same directory. But while checking modules, I see that...
Airiness asked 7/12, 2011 at 9:16
0
I am investigating a crashing program but cannot load symbols for native image DLLs in Visual Studio 2013. The application is 32-bit and uses .NET 4.0.30319. I confirmed this by checking what versi...
Andrea asked 11/2, 2016 at 14:28
3
I have a weird problem with PDB files in a VS 2013 C# project. Basically what is happening is that the PDB files are not getting rebuilt when the project is getting rebuilt. This is causing the pro...
Teishateixeira asked 5/12, 2014 at 2:10
3
Solved
How to include pdb files in MSI installer to deploy along side the rest of the app?
I want to keep the line numbers and full stack trace in error logs we generate.
Update
The line numbers of the...
Isidroisinglass asked 3/12, 2009 at 17:3
3
Solved
I'm trying to call SymLoadModuleEx to load the symbols from a PDB file and then use SymFromAddr to look up symbols from that PDB. However, I can't figure out what to pass for the parameters BaseOfD...
2
I am looking for the hash algorithm that symstore uses to create the directory name. I found this link Microsoft Symbol Server / Local Cache Hash Algorithm that describes the data elements that are...
1
I have an EXE built from Visual Studio and I'd like to clear or just remove the path portion of the PDB filename. I'm looking for a tool to make this adjustment in the PE's debug directory, without...
3
Solved
I am using PostSharp version 2.1.6.4 (also tried latest version 2.1.7.35) and sometimes pdb file is missing and there is a pssym file in it's place.
<?xml version="1.0" encoding="utf-8"?>
&...
Margarite asked 25/6, 2015 at 18:25
2
Solved
LNK4099 warnings can occur when building on Windows during the link phase of a static compilation.
E.g. when building using nmake and VC10 I get a stream of LNK4099 warnings like:
libcurl_a_debug...
Cranwell asked 15/9, 2014 at 8:37
2
Solved
Is there a way to get the path of the pdb file currently used by windbg? Either by a native command, or, preferably, using the plugin API.
So, ideally I want to be able to do something like:
pr...
Cottontail asked 12/9, 2013 at 5:28
0
We build two static libraries, let's call them LibA and LibB.
In Visual Studio, I've set up a solution with projectA & projectB, such that for projectB, under Configuration Properties -> Li...
Polyandry asked 13/8, 2015 at 0:24
1
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 a...
Phiz asked 18/5, 2012 at 14:32
2
Solved
I am building my static library using the object libraries as shown using CMake 3.1.3.
I have
ADD_SUBDIRECTORY(A)
ADD_SUBDIRECTORY(B)
....
ADD_LIBRARY(mylib STATIC ${SOURCES}
$<TARGET_OBJECT...
Eveevection asked 9/4, 2015 at 18:15
1
Solved
I've been working on an MVC 5 code first project for a few months and (seemingly) out of nowhere, Visual Studio is refusing to debug and giving me some strange errors.
When I try to run the appli...
Swindell asked 14/2, 2015 at 20:30
1
Solved
I've recently upgraded some solution(s) to Visual studio 2013. All went OK apart from one which now generates the:
Symbol for the modules 'name' were not loaded.
...error every time I run it.
Whe...
Osterman asked 17/9, 2014 at 10:36
1
Solved
When publishing a web application using IIS WebDeploy via the Publish command within Visual Studio (2014 in this case), all the files except the primary assemblys PDB file is uploaded.
The web.con...
Overwhelming asked 1/9, 2014 at 15:53
1
Solved
I can't get a breakpoint in a Razor view to be hit in Visual Studio 2013 while debugging in IIS Express.
This is the view and unreachable breakpoint:
Looking at the modules I see that the lates...
Repugnant asked 7/4, 2014 at 23:15
1
We have TeamCity setup to create a NuGet package and a symbol source package for an internal component. The symbol source packages correctly contains the dll's, pdb's and source code.
Once TeamCit...
Stiffler asked 7/3, 2014 at 13:29
1
Solved
My solution uses classes from .dlls generated by my other solutions
.dll where generated in debug mode on the same machine, pdb files are present
steeping into those external sources during debugg...
Burkholder asked 3/3, 2014 at 17:24
3
Solved
I want my application to be distributable as a single .exe file but I want to be able to get nice error reports with source code line numbers (the application simply sends email with exception.ToSt...
Bittner asked 5/10, 2009 at 2:48
1
Solved
An EXE I compiled keeps crashing. I have the following info in the Event Viewer when it crashes:
Exception code: 0xc0000008
Fault offset: 0x00000000000cb8e8
How do I match the "Fault offset" ...
Deadbeat asked 13/2, 2014 at 20:34
3
Solved
We have gone through the points listed on MSDN WRT to this error ( except for #5 ). Three different people on different machines are getting the same problem. The PDB is created, but fails somewher...
Pergrim asked 30/4, 2013 at 20:58
3
Solved
I working on maintenance of one web application, this web site having error log functionality as well.
My client occasionally face some issue on website which also logged in error log file but it ...
1
Solved
I just installed Visual Studio 2013 and tried to create a "Hello World" console C++ app. I am trying to debug through the CRT source code but I am unable to do so. I notice that the source files ar...
Triboluminescent asked 26/10, 2013 at 6:45
© 2022 - 2024 — McMap. All rights reserved.