32.3.2 DBPRINTF()
Description
Calls printf()
but is enabled only with the -mappio-debug
or –DPIC32_STARTER_KIT
option. When one of these options is not specified on the compiler command line, DBPRINTF()
behaves as ((void)0)
and printf
is not called.
Include
<sys/appio.h>
Remarks
Behaves as ((void)0)
when APPIO debugging or Starter Kit I/O debugging is not enabled via the -mappio-debug
or –DPIC32_STARTER_KIT
option. Use this macro to insert messages that should print only when debugging.