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
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
I am working in a software company on a system software product. Day before yesterday that product got crashed and core shown.
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
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\"?
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.
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
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
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.