Comet
Comet parses your all classes in a C++ project and adds debugging information into all methods. A TRACE macro or OutputDebugString() function is inserted at the method's entry point and exit point. Returns inside the method are ignored.For information on inserted macros and functions see OutputDebugString or TRACE on MSDN.
License
Comet is licensed under GNU Public License version 2.Requirements
You need .NET Framework 1.0 to use Comet. Software has been tested on Visual Studio 2003 projects.Report bugs to batduck(at)booring.net.
