Availability:C-language interface function
int PL_prolog_debug(const
char *topic)
int PL_prolog_nodebug(const
char *topic)(De)activate debug topics. The topics argument is a
comma-separated string of topics to enable or disable. Matching is
case-insensitive. See also prolog_debug/1
and prolog_nodebug/1.
These functions require the system to be compiled for debugging using
cmake -DCMAKE_BUILD_TYPE=Debug
.