Solidt.eu
  • Home
  • Code snippets
  • News

.Net Debugging Generate PDB file

Date: 2019-12-24

Create it with ILSpy:

https://github.com/icsharpcode/ILSpy

Place the pdb file next to the dll in the bin/ folder

Visual Studio: Disable “Enable Just My Code” in Debugging options (Tools > Options > Debugging)

307000cookie-check.Net Debugging Generate PDB fileno
Loading