BPS C++ API  2.24.4
BpsTrace Class Reference

Utilities to trace function calls and values while debugging. More...

#include <bpstrace.h>

Detailed Description

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.


The documentation for this class was generated from the following file: