Home > Blockchain >  How to remove downloaded source code aka External Sources in Visual Studio 2022 Debugging
How to remove downloaded source code aka External Sources in Visual Studio 2022 Debugging

Time:06-28

I accidentally enabled downloading open source code.

I've disabled the "all modules" option in Tools > Options > Debugging > Symbols.

Now I want to know how to remove the symbols I've already downloaded?

enter image description here

Things I've tried

. Enable / disable Just my code

. Enable / disable source server support

. Enable / disable Source link support

. Load only specified modules

. Empty Symbol Cache

. Empty %LocalAppData%\SourceServer

. Clean solution

. Delete .vs folder for solution

. Restart machine

. Restart VS2022

CodePudding user response:

I found a way to turn External Sources off

enter image description here

  • Related