Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Debug a 3rd Party DLL without a PDB file

$
0
0

So I opened a 3rd party dll in the "class viewer" workspace and am able to place a breakpoint and debug the decompiled code only if there is a pdb file in the target exe/dll's directory. If that is removed, debugging breakpoints no longer get hit.

Is this not supported or something? What's the point of decompiling the IL into c# if I still need a pdb symbol file?


Viewing all articles
Browse latest Browse all 1764

Trending Articles