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…
- BareTail: A free graphical tail with advanced features.
No comments:
Post a Comment