pdb-files
PostSharp , PDB Debugging and Referenced Assemblies
When using PostSharp with a Referenced Ass开发者_JAVA百科embly with proper PDB info( checked with chkmatch), it seems strange that the debug info gets lost by VStudio build and post compile process an[详细]
2022-12-15 23:48 分类:问答Preventing referenced assembly PDB and XML files copied to output
I have a Visual Studio 2008 C#/.NET 3.5 project with a post build task to ZIP the contents. However I\'m finding that I\'m also getting the referenced assemblies\' .pdb (debug) and .xml (documentation[详细]
2022-12-15 19:04 分类:问答Problem with WINDOWS debug symbol loading. I could not load WINDOWS operating system binaries .pdb in visual studio
I am working in a software company on a system software product. Day before yesterday that product got crashed and core shown.[详细]
2022-12-15 11:15 分类:问答Control pdb file output from build defintion file
I am trying to generate a release build with no pdb files generated.I have seen numerous posts that suggest right-clicking on the project, selecting Properties, going to the Build tab and then to the[详细]
2022-12-14 17:08 分类:问答In Visual Studio, can I put breakpoints in code for which I only have debugging symbols?
Since I do not have access to the complete source code of a library I\'m using, but I do have the pdb files, is it possible to set a breakpoint in the \"debuggi开发者_运维知识库ng source code\"?[详细]
2022-12-14 15:59 分类:问答How to include pdb files in MSI installer to deploy along side the rest of the app?
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.[详细]
2022-12-13 00:22 分类:问答Debugging a DLL from VS2008 in VC6
I am currently debugging a project in VC6 (slowly porting it over to VS2008). The projectlinks to a DLL that I have produced in VS2008 with a Debug build. (I know - a strange situation to find myself[详细]
2022-12-12 02:40 分类:问答Can Delphi 5 generate a .PDB file that VS can use?
We\'ve got this large application written in Delphi 5, and development is ongoing to this day. There is research going on into migrating to newer versions, but so far there is no success, as some 3rd[详细]
2022-12-09 17:20 分类:问答Why is there a pdb file in my Release directory?
When I build a release version of a project in Visual Studio 2008, it creates a .pdb file, e.g. for a simple WPF project it generates a .exe and .pdb file.[详细]
2022-12-09 14:39 分类:问答