I want to use debug symbols, but I am receiving the following error:
a matching symbol file was not found in this folder
What
I had the same problem as @DmainEvent. Apparently the dll that I was using was not the same version as the pdb that I had just compiled, so I got the error message.
If you have this problem, try using the dll and pdb from the same compilation run.