Extension of the ModuleBpx code, allows you to set breakpoints and will automatically trace over them logging hitcounts so you can see how often different functions get called. Also supports the use of a logging expression so it can dump runtime data to logwindow on each hit. Done in C.
Updated 10-22-2010
New features: -ascii and hexdump options -add comments to trace output -log to file -bugfixes and code cleanups