Over the last 20 years or so, object-oriented programming techniques have matured from a curiosity to a major component of almost every software engineer's programming toolbox. The reason for this ...
Sometimes the default view of objects in the debugger isn't enough, especially if you operate on complex data structures. Here's one way to alter the view and use a customized one. In my article, "How ...