简体   繁体   English

VS2015调试中缺少属性

[英]Missing properties in VS2015 Debug

Why can't I see properties of a COM object in debug mode in Visual Studio 2015. It works fine in VS2012. 为什么在Visual Studio 2015中无法在调试模式下看到COM对象的属性。它在VS2012中工作正常。 It's the same project so it should show the same?? 这是同一项目,因此应该显示相同的内容??

Visual Studio 2012 (works fine) Visual Studio 2012(工作正常) Visual Studio 2012调试

Visual Studio 2015 (properties gone) Visual Studio 2015(属性消失) Visual Studio 2015调试

Try to Change the settings Please change the Debbuging Settings 尝试更改设置请更改调试设置

In Tools -->Options---> Debugging--> enable the legacy C# and VB expression evaluators. 在工具->选项-->调试->中启用旧式C#和VB表达式评估器。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM