Reality-Loop

Two Windows-Tools

May 21, 2007 | 0 Minute Read
This post was originally posted on my old blog.

I was watching the latest Show from DNR TV with Scott Hanselman about debugging ASP.NET applications.

Scott shows two useful tools I have never heard about:

  • DebugView: an universal monitor for debug messages: I did not know that debug messages are a concept of the Win32–API. And .NET statemants like Debug.Writeline just wrap this API…
     DebugView
  • BareTail: A free graphical tail with advanced features.
    Screenshot_main