Reputation: 30675
Whilst debugging C++ in VS2012 I have inserted a break point and executed the code. When the breakpoint is reached I hover over the name of any int/string variable declared (and assigned) previous to the breakpoint but the intellisense does not show the latest value for the variable. I thought it was supposed to do this? Is there a setting which I need to enable?
Upvotes: 2
Views: 810