a matching symbol file was not found in this folder

前端 未结 13 2520
逝去的感伤
逝去的感伤 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 15:05

    I was trying to load symbols for a installed nuget package published on our local dev server. I had to uninstall and add a normal reference built from the code instead. This worked for me. Just remember install the original nuget package again once finished debugging.

提交回复
热议问题