Function return values โโin Visual Studio 2013 debugger - not showing
I recently updated my VS2013 Professional with Update 2. Since I updated, I cannot see the return value in the Autos window. When I enter the Immediate $ ReturnValue window, I get the response "Can't evaluate the expression." I remember this new VS2013 feature is being used to work. Did I miss something?
+3
isgooner
source
to share
1 answer
I had a similar problem after upgrading to VS2013 Update 3. To fix this problem, I deleted the corresponding relevant .suo file (which might be hidden) and then it all worked again.
+1
kjbartel
source
to share