Utilities to trace function calls and values while debugging. More...
#include <bpstrace.h>
Utilities to trace function calls and values while debugging.
Define BPSTRACE_ENABLE to enable tracing.
Use BPSTRACEFUNC at begin of functions to trace function entry and exit.
Use BPSTRACEBLOCK(aName) at begin of a block to trace block entry and exit.
Use BPSTRACE(aValue) to trace values.
Do not use the class BpsTrace directly.