指定要从 VS2010 调试会话中排除的多个符号

发布于 2024-11-01 01:02:40 字数 79 浏览 2 评论 0原文

我知道如何使用 VS2010“指定排除的模块”功能来做到这一点,指定一个要从调试会话中排除的模块。但如何指定多个符号呢?一次做一个是相当乏味的。

I know how to use the VS2010 "Specify excluded modules" feature to do just that, specify one module to exclude from your debugging session. But how do I specify more than one symbol? Doing one at a time is quite tedious.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧城空念 2024-11-08 01:02:40

想通了,两个解决方案:

1)使用Process Monitor,发现这些都保存到DOCS_PATH\Visual Studio 2010\Settings\CurrentSettings.vssettings。在下输入分号分隔列表,重新启动VS。

2) 最简单的方法是,您可以将分号分隔的列表粘贴到“从自动加载中排除的符号”对话框中的一个行项目上,然后它会根据需要添加多个项目。

Figured it out, two solutions:

1) Using Process Monitor, found that these are saved to DOCS_PATH\Visual Studio 2010\Settings\CurrentSettings.vssettings. Under the <PropertyValue name="SymbolExcludeList"> enter the semicolon delimited list here, restart VS.

2) The easy way, you can paste in the semicolon delimited list on one line item on the "Symbols to exclude from automatic loading" dialog, it will then add the multiple items as desired.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文