From: Robert M. <mc...@za...> - 2003-05-15 00:58:22
|
This version of traceString fixes a few bugs (Handling a double colon in a user path) The major improvement is that it includes code that applications programs may wish to use integrate tracing program execution (tracer.C and tracer.h) These can be include in application code to better integrate with traceString. The "tracer" code is to easily print out program execution path with several ways to control what routines print: a) There is an always exclude list of routines b) A list of routines to include or exclude c) A list of classes to include or exclude d) a watch list: The watch list will print out a watch routine or class and print out all called routines until returning to the watched routine. See the http://tracestring.sourceforge.net for more details. Enjoy. R. |