Method Tracer for Delphi
CodeSite also includes the CodeSite Method Tracer for Delphi, which is
part of an IDE expert for all versions of Delphi supported by CodeSite. The
Method Tracer provides a very easy way to add EnterMethod and ExitMethod
statements to the methods in a unit.
Specifically, when the Method Tracer is invoked, all of the classes and
methods defined in a unit are scanned and added to a tree view. The user
then checks which methods are to be traced and instructs the Method Tracer to
process the unit making the desired changes. Removing the added statements
is a simple matter of invoking the Method Tracer again and clearing all
the checks.

|