I’ve loaded an open source Node editor pluggin for Unity from here.
My problem: code of this pluggin have not any .pdb, so I cannot debug.
What I’ve checked/tried:
- My solution configuration in Visual studio is set to “Debug”.
- I’ve downloaded & tried to use “master” & “develop” branch of this plugin from git.
How can I get/generate a .pdb for this code to be able to debug it?
PS: (May be it’s relevant to my issue) I’ve noticed, that only few of .cs files are shown in Solution explorer in Visual studio:
for example, none of framework files are present in Solution explorer:


