开发者

Visual Studio 2010 Debugging problem Tool tip code inspector

When debugging in VS I step through the code but the when I move my mouse over variables and properties it shows nothing.

For example:

Visual Studio 2010 Debugging problem Tool tip code inspector

If I hover my mouse over StoreId it should display the value. It doesn't though, however, if I I hover my mouse over myStore it displays the above?

It's like it cant map the properties to the object in run 开发者_如何学运维time.

Any ideas what's going wrong?

Thanks


Check that you haven't enabled any optimizations in the build options.

Optimizations can lead to whole variables being removed from compiled code, instructions being executed in a different order than initially expected...


This problem was addressed in the SP1 release of VS2O10, did you install it?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜