PLplot provides some functions to help you debug the core code or driver code. You can find these function declarations in include/pldebug.h. I'll provide a short summary on this page.
Macro definitions
- DEBUG: If set the function pldebug() will produce output, otherwise the code in pldebug() will be skipped. In addition must run your program with the option -debug to produce output.
- NEED_PLDEBUG: The function pldebug() is only defined if NEED_PLDEBUG is set. Otherwise this function is not known.
- DEBUG_ENTER: The function dbug_enter( message ) will produce output.
- DEBUGGING_MALLOC: ???
Debugging functions
The content of this page is available under the GNU Free Documentation License 1.2.