Monday, May 21, 2007

Two Windows-Tools

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

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...