a matching symbol file was not found in this folder

前端 未结 13 2519
逝去的感伤
逝去的感伤 2020-12-14 14:37

I want to use debug symbols, but I am receiving the following error:

a matching symbol file was not found in this folder

What

13条回答
  •  無奈伤痛
    2020-12-14 14:49

    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.

提交回复
热议问题