jrs

home

Debugging Return Values in Visual Studio

11 Jan 2014

Debugging functions that use other function’s return values as their arguments just go a whole lot easier with Visual Studio 2013.

Check out this incredibly useful summary of the four most relevant return values after stepping over the code the breakpoint is on:

Return Values Screenshot

This, my friends, is progress! This changes everything.