.Net Debugging Generate PDB file

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)

30700cookie-check.Net Debugging Generate PDB file