Friday, June 13, 2008

Tracepoints in VS2008

There's a really useful feature in VS2008 that allows you to insert a Tracepoint on a line of code.  It's rather like a breakpoint, but instead of halting the execution it simply outputs the Tracepoint expression to the output window.  See this for more details.

No comments: