I want to evaluate the expression at runtime in VS2012 debug mode. I have Resharper8 installed.
IntellijIdea provides this feature in JAVA debugging mode. In this case, we can select the expression of the full value code and Alt + f8.
Or in Eclipse We can have Debug> Display to evaluate the execution time of expressions.
Everything that is available as part of the VS2010 or Resharper functions.
source
share