Generate PDB from .NET DLL file?

后端 未结 5 1245
隐瞒了意图╮
隐瞒了意图╮ 2021-01-31 04:07

I need something that can generate a PDB from a DLL file (C# .NET code), is there any free program to do that?

5条回答
  •  盖世英雄少女心
    2021-01-31 04:37

    Actually you can do it also with dotPeek from 1.2 version onward.

    Right click the assembly in Assembly Explorer, and select "Generate Pdb". It also has the option to generate files for referenced assemblies all at once.

提交回复
热议问题