Debug your debugging with the Debug Trace Logger

This post has been republished via RSS; it originally appeared at: Channel 9.

A simple, but very useful, Visual Studio extension from Debug Trace Logger

Allows Visual Studio extension authors to easily see any debug and trace statements in a custom Output Window pane.

See the change log for changes and road map.

Output Window

Any call to System.Diagnostics.Debug.Write and System.Diagnostics.Trace.Write will be shown in a custom output window pane.

image

This makes it easy to diagnose the extension running in Visual Studio.

And of course, it's open source, https://github.com/madskristensen/tracelogger



Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.