Visual Studio debugging painfully slow when loading symbols

后端 未结 9 2034
遇见更好的自我
遇见更好的自我 2021-02-03 18:53

I have an issue which is practically similar to Visual Studio debugging/loading very slow but I haven\'t managed to find a solution to such a problem.

I have tried all w

9条回答
  •  北荒
    北荒 (楼主)
    2021-02-03 19:51

    I tried all solutions and nothing seemed to work. I cracked open my symbol settings TOOLS > Options > Debugging > Symbols and found the Cache Symbols in this directory set to another user's directory e.g. C:\Users\\AppData\Local\Temp\SymbolCache

    I then cleared the setting string by making it empty, and removed any other pdb locations configured. Then press OK.

    Then I kicked off a build and allowed VS to resolve those symbols (20 sec). I then stopped and restarted, and launched without loading symbols.

    I'm assuming somewhere down the line I imported settings from another user.

提交回复
热议问题