In the Visual Studio viewport, you can put $exceptionand get information about the current exception, but is there an equivalent for the return value of the methods?
$exception
In C # - and the answer is simply no. In VB.NET, you can search for a method name in the Locals window, and this should be so. For reference, see this blog post from JaredPar (from Microsoft) .
$ eax usually shows a return for most basic types (for C ++ anyway - I don't know if this applies to C #).
$err - GetLastError() ( "$ err, hr" ).
Now you can.
$ReturnValuein Watches or Immediate windows. Also check out the Autos window.
$ReturnValue
http://blogs.msdn.com/b/visualstudioalm/archive/2013/06/27/seeing-function-return-values-in-the-debugger-in-visual-studio-2013.aspx
Source: https://habr.com/ru/post/1788242/More articles:javax.persistence.Persistence.createEntityManagerFactory does not work with ClassGuard - javaMercurial - использование hg log для просмотра всех потомков - mercurialPHP - Разделить код на несколько файлов или сохранить его как можно меньше файлов? - fileMercurial - use hg log to view all ancestors - mercurialC # exception handling - variablesWhat are the advantages / disadvantages of monolithic PHP coding compared to small specialized php scripts? - optimizationProblems resizing jQuery - jqueryWhat should be a standard PHP code file in LOC? - fileHow to use sqlserver to store session state? - asp.netcheckboxes in tablerow are pushed out from the screen by text viewing - androidAll Articles