VS2015中的断点

问题描述:

我正在使用Visual Studio Professional 2015版本14.0.25431.01 Update 3开发应用程序.出于调试目的,我想启用断点.我在代码中添加了断点.  点击调试"->开始调试", 它将停止 在断点上,但无法像在Visual Studio 2008中那样获得断点的运行时值.我尝试通过添加watch来进行尝试,但是仍然保持不变.

I am using visual studio professional 2015 Version 14.0.25431.01 Update 3 for developing an application. For debugging purposes, i want to enable breakpoint. i added breakpoint  in the code.  Clicked on Debug->Start Debugging,  It stops on the breakpoint, but am not able to get the run time value of the breakpoint as i get in visual studio 2008. I tried by adding watch but still the same.

要进行任何设置吗?

此致

Shwetha

>它在断点处停止,但无法像在Visual Studio 2008中那样获得断点的运行时值.

> It stops on the breakpoint, but am not able to get the run time value of the breakpoint as i get in visual studio 2008.

您能否解释断点的运行时值"是什么意思?

Can you explain what you mean by "run time value of the breakpoint"?

在以下情况下,您可以查看程序中任何变量的值吗? 调试吗?

Can you see the values of any of your program's variables when
debugging?

戴夫