Quantcast
Channel: Juan's Blog - Visual Studio
Viewing all articles
Browse latest Browse all 7

How to fix Visual Studio Could not evaluate Expression

$
0
0

Sometimes you will come across a situation where you debug in Visual Studio and you are unable to look at the variables. You simply get a message that reads:

"Could not evaluate Expression"

Long story short, one of the reasons this happens is corrupt breakpoints.

Pull up your Breakpoint window and erase every single breakpoint you have. Compile and set your breakpoints again.

Problem solved. :-)


Viewing all articles
Browse latest Browse all 7

Trending Articles