cecil
cecil copied to clipboard
Embedded PDBs not readable by VisualStudio
With the latest changes 79b43e8 in PortablePdb.cs assemblies modified with cecil can no longer be debugged in VisualStudio when embedded pdbs are used.
See https://github.com/Fody/Fody/issues/1110 for details how to reproduce.
Here's a minimal repro which uses Fody, if it helps: TestProject.zip
:(
Thanks for the heads-up!
I've created some test project without Fody, so this can be instantly checked within the cecil solution:
https://github.com/tom-englert/cecil/tree/%23856

Just put a breakpoint on the unit test in the Testtee project and try to debug the test => Breakpoint never hits!
I've also reverted the changes to the PdbWriter to verify that this is the root cause: https://github.com/tom-englert/cecil/tree/%23856_Fix