Saturday, March 27, 2010

.Net Tracing/Debugging with DebugView

Recently, I came across a tool called DebugView . This is a great tool which writes all the debug statement to the window. I use it a lot while development to log the important parameters to the window. It does make life a lot easier.

For eg:
As you can see all the Debug/Trace statement will be caught by DebugView. WinDbg also catches all the messages like DebugView does.

 This is really very helpful while development as well as while debugging a issue in the TEST environment.















Happy Programming!!

Yash

0 comments: