debug_messages
¶
By default, debug
and debug(Group)
messages are only printed
when the debug
flag is turned on. These messages are also suppressed
when compiling code with the optimize
flag turned on. This tool
supports selective enabling of debug
and debug(Group)
messages
in normal and debug modes.
API documentation¶
To consult this tool API documentation, open in a web browser the link:
docs/library_index.html#debug_messages
For general information on debugging, open in a web browser the following file and consult the debugging section of the User Manual:
Usage¶
The tool provides two sets of predicates. The first set allows enabling
and disabling of all debug
and debug(Group)
messages for a given
component. The second set allows enabling and disabling of
debug(Group)
messages for a given group and component.
Upon loading the tool, all debug messages are skipped. The user is then expected to use the tool API to selectively enable the messages that will be printed.
Other notes¶
All source files are formatted using tabs (the recommended setting is a tab width equivalent to 4 spaces).