Generate PDB checkbox/button greyed out
Hi - I'm trying to generate PDB files for a few Unity assets I have that are packaged as DLLs. When I right-click→ Generate Pdb the checkbox for the assembly I want a PDB for is greyed out as it the generate button. Why?

Please sign in to leave a comment.
Hi Michael!
Please hover the disabled checkboxes from your screen to find a help tooltip. DotPeek allows generating
pdbonly if there is a Debug Directory in the solution. Debug Directory contains the necessary data to connect the solution topdb. If there is no such folder or data inside,pbdcould not be created.I hope this helps!