gluck/il-repack

Embedded PDB not handled properly

Closed this issue · 1 comments

My application project and library projects uses "embedded" BuildType thus the PDB is embedded in the DLL and EXE files. When I try to debug il-repack'ed applications, the symbols cannot be loaded.

image

However if I change DebugType to "full", the debugger would work fine.

That leads me to conclude that il-repack might not be handling embedded PDB properly.

This should be fixed in the latest version (2.0.23 and newer: https://www.nuget.org/packages/ILRepack/2.0.23)