How to see local and auto variables values on remote debugging

匆匆过客 提交于 2019-12-10 18:54:59

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!