Click here to Skip to main content
15,887,485 members
Articles / General Programming / Debugging

Mdbg watch-trace Extension

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
27 Feb 2012CPOL5 min read 14.7K   2  
I wrote a simple extension for the MDbg debugger that adds a watch-trace (wt) command to its shell, allowing you to display and customize the method call trees. In this post, I’m going to show you how this extension was built and how it can be used.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions