|
inTrace is a debugging tool that captures and displays the trace of a program execution. A trace is a collection of
trace-events.
A trace-event is either a routine-entry a
routine-exit, an exception or a debugstring. Each trace-event has a high precision time-stamp.
inTrace is particularly useful to:
Debug multithreaded applications
Measure the execution time of routines
See what happens behind the scene, specially when using third parties components.
Debug applications that cannot be debugged in the Delphi
IDE.
inTrace does not require changes to the source code.
inTrace works with Delphi 3 to 7.
Requires Windows 2000 or Windows XP
|