Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get question mark instead property name and value in Debug Mode in Visual Studio

My issue is: during Debug Mode in Visual Studio I can not see property name and it value. Any suggestions? UPD This bug/feature is reproducible in college PC. enter image description here

enter image description here

enter image description here

UPD(15.06.2012)

The base class is placed to separated lib. Base class is abstract. And... Two times Debug was working fine, after making changes in source file (in screen-shots) and then running the project.

Please notice that Immediate window can not evaluate this expression.

MailProcessingViewModelContext inherits that base class that I have mentioned in the top of UPD.

like image 620
Sergii Avatar asked Jun 06 '12 17:06

Sergii


1 Answers

It's a bug in Visual Studio that's caused when you scroll through the properties list with a mouse. Click the down arrow at the bottom of the menu instead.

like image 133
MegaMatt Avatar answered Sep 20 '22 14:09

MegaMatt