debugging 无法在Visual Studio 2019中使用诊断工具

p5fdfcr1  于 2022-12-23  发布在  其他
关注(0)|答案(2)|浏览(643)

当我尝试调试程序并使用Visual Studio 2019中的“诊断工具”窗口时,出现以下错误:

这是来自诊断中心输出的消息:

The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
ua4mk5z4

ua4mk5z41#

显然,问题是 Visual Studio Standard Collector Service 150 被禁用了。重新启用后,该问题消失了。要重新启用该服务,我必须执行以下操作:
1.开放服务
1.按下 + R
1.类型services.msc
1.单击OK
1.启用 Visual Studio标准收集器服务150
1.在服务列表中查找 Visual Studio标准收集器服务150
1.右键单击其名称
1.单击Start

vaj7vani

vaj7vani2#

您尝试删除诊断程序包并重新安装。“Visual Studio安装程序”〉“修改”〉“单个组件”〉取消选中“.net分析工具,C++分析工具,Javascript诊断”=〉“修改”。当它完成对我的操作时,请再次“选中”

相关问题