vsx - How can I programmatically access Visual Studio 2013's Return Values that appear in the Autos Window? -


visual studio 2013 has capability of showing return values of every method in statement that's been stepped over. appear in autos window. question is, how can programmatically obtain them, using vs-sdk (as idebugproperty2's) or envdte.expression's? there api this?

i know can evaluate "$returnvalue" last return value, i'd obtain return values of method stepped over, including names.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -