PostSharp , PDB Debugging and Referenced Assemblies ...

Posted by Anil Bisnoi on Stack Overflow See other posts from Stack Overflow or by Anil Bisnoi
Published on 2010-01-05T14:13:07Z Indexed on 2010/04/13 23:53 UTC
Read the original article Hit count: 537

Filed under:
|
|

When using PostSharp with a Referenced Assembly with proper PDB info( checked with chkmatch), it seems strange that the debug info gets lost by VStudio build and post compile process and I get the following error by using chkmatch to compare the assembly after the vstudio build.

Error: Debug information not found in the executable.

So it doesn't step into for debugging into this assembly.

Does Post Sharp properly writes back the Assemblies without destroying the PDB location offset info as I saw no valid offset info in the written back into DLL by PostSharp using Hex Editor and What's the workaround for this ?

Thx Anil Bisnoi

© Stack Overflow or respective owner

Related posts about postsharp

Related posts about debugging