如何在 vs 2015 中打开 visual studio 调试器内联监视?

How to turn ON visual studio debugger inline watch in vs 2015?

我看到一些开发者 visual studio 不使用任何第三方插件的内联手表。我在设置中搜索以打开此功能,但我不明白哪个选项允许我这样做。 我可以使用 Entrain Inline watch 获得此功能,但这是一个付费软件,我知道 visual studio 有一个内置功能。你能告诉我如何打开它吗? See the screenshot, I can see the variable values in line using entrain third-party plugin but I want to use the visual studio's built-in option

I'm afraid the answer is negative.

目前,Visual Studio2015 不支持在调试中查看内联值 mode.Please 检查 this document,它描述了几种在不使用第三方插件的情况下在调试模式下查看值的方法。

I saw some developer have visual studio inline watch without using any third party plugin.

据我所知,VS2015 没有这个选项。但是 VS Code 现在似乎支持这个功能。我不确定您提到的开发人员是否有像 Resharper 之类的扩展。它还像 Entrain Inline watch 一样提供此功能。

如果您有在 VS2015 中实现此功能的要求,我建议您 post 您对 DC 的建议通过帮助=>发送反馈=>提供建议,如果它获得足够的投票,产品团队会考虑的。

为了以后的参考,我想分享一个我觉得有用的工具,那就是 Antrian Online Watch visual studio 扩展,非常有用。