Quantcast
Channel: Coding4Fun Blog - Channel 9
Viewing all articles
Browse latest Browse all 453

Debug your debugging with the Debug Trace Logger

$
0
0

A simple, but very useful, Visual Studio extension from Mads Kristensen, the Debug Trace Logger makes it much easier to watch your app's System.Diagnostics.Debug.Write and System.Diagnostics.Trace.Write calls...

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




Viewing all articles
Browse latest Browse all 453


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>