debug_MACRO

The debug macro is defined in fmdebug.h.

Developers may use it to enable or disable code at build time. The debug macro will wrap a piece of code and either enable it or hide it depending on DEBUG=1 being defined during compile.

For example:

debug(printf("%s: Check pri key is RSA\n", _func_)