I'm working on Windows Phone 8.1 app (in WinRT, not silverlight), and Visual didn't want to show any variable in scope during Debug that application. I'm using Visual Studio 2015 Community and my own phone (I don't have installed emulator).
I already try any tricks from Visual Studio 2013 stopped showing variable values when debugging but without any reactions. I'm not sure if that is Community version limitation or maybe bug. There is no problem during debug ASP.NET MVC application.
It is so painfull if I'm unable to watch my variables... the only think that I can do is set a breakpoint nothing else.
Update: Still same issue, but it's worked today for an hour and now again broken...