// archives

Debugging

This tag is associated with 1 posts

Overload ToString() to make debugging easier

When you’re debugging code in Visual Studio, you’re going to end up setting breakpoints, watching variables, and maybe dumping information to a log file or the immediate window.  Wouldn’t it be nice if you could read some of it? Too often, we wait until we’re writing a log entry or trying to peer into the [...]