问题
sAs I wrote in the subject I can't see that values of variables in remote debug mode.
The window of auto and locals are empty during debug.
Any ideas why? and how can I solve it?
When I'm trying to add a watch on a variable I get:Internal error in the expression evaluator
回答1:
Its a bug in visual studio 2012 . Apparently it works with vs 2010 . VS 2012 Update 2 fixed it but update 3 broke it again according to some posts on connect
http://connect.microsoft.com/VisualStudio/feedback/details/764708
Update :
I was not able to get it working in visual studio 2012 even after installing update 3. But then i installed visual studio 2013 and everything works fine. I can step into the code and add watch
来源:https://stackoverflow.com/questions/16628412/how-to-see-local-and-auto-variables-values-on-remote-debugging