简体   繁体   English

如何在 Visual Studio 2022 调试中删除下载的源代码,即外部源

[英]How to remove downloaded source code aka External Sources in Visual Studio 2022 Debugging

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?现在我想知道如何删除我已经下载的符号?

在此处输入图像描述

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空 %LocalAppData%\SourceServer

. . Clean solution清洁溶液

. . Delete .vs folder for solution删除 .vs 文件夹以获取解决方案

. . Restart machine重启机器

. . Restart VS2022重启VS2022

I found a way to turn External Sources off我找到了一种关闭外部源的方法

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何让Visual Studio在调试时自动搜索源代码 - How to have Visual Studio automatically search for source code when debugging 如何避免在Visual Studio中调试Boost源代码? - How can I avoid debugging into Boost source code in Visual Studio? Visual Studio 2008:如何在调试时加载源代码 - Visual Studio 2008: How to load source code while debugging 使用 Visual Studio 2022 在 Docker 中调试 Python - Debugging Python inside Docker with Visual Studio 2022 调试C++ visual studio code中读取外部文件的程序 - Debugging C++ program that reads external files in visual studio code 如何在Visual Studio Studio代码中链接外部库(opencv)以调试python ros-package - How to link an external library (opencv) for debugging a python ros-package in Visual-Studio-Code Visual Studio 2005中的调试问题-当前位置无可用的源代码 - Debugging problems in Visual Studio 2005 - No source code available for the current location 在Visual Studio 2010中调试源代码时发出的警告 - Warning given when debugging source code in visual studio 2010 在不使用Eclipse的情况下在Visual Studio 2003中调试JNI源代码? - Debugging the JNI Source code in visual studio 2003 without using eclipse? Visual Studio Code - 调试 - Visual Studio Code - Debugging
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM