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?