开发者

Specify multiple symbols to exclude from VS2010 debugging session

I know how to use the VS2010 "Specify excluded modules" feature开发者_C百科 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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜