I just learned about $exception in the VS.NET watch window for .NET yesterday. This shows the current exception that has been thrown and is a big time-saver in not needing to find the little exclamation point icon and hover over it.
What other special variables are there in the watch window?
(Note: this question is about .NET, not C++.)