Yanshof
Yanshof

Reputation: 9926

Can't see the variables value when i standing on the variable on debug

using VS2010. I don't know why this happened but suddenly i don't see the variable values when i stand with the mouse on the some variable in debug ( when the breakpoint stops )

Someone can help ?

Thanks.

Upvotes: 0

Views: 778

Answers (1)

spraff
spraff

Reputation: 33385

Could be some dumb little UI bug. Try putting the variable on a watch list (right-click it). If that doesn't work, it could be that the debugging information for that symbol hasn't been generated -- it can be difficult to do so in some circumstances.

Upvotes: 1

Related Questions