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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -