4.5 Debugging Options

--debug=cat[.level]
-d cat[.level]

Sets debugging level for the category cat.

Category is a string that designates a part of the program from which the additional debugging information is requested. See below for a list of available categories.

Level is a decimal number between 0 and 100 which indicates how much additional information is required. The level of 0 means ‘no information’ and effectively disables the category in question. The level of 100 means maximum amount of information available. If level is omitted, 100 is assumed.

The following table lists categories available in version 1.0:

main

Main program block.

eval

Expression evaluation.

egram

Expression grammar and parser.

elex

Expression lexical analyzer.

snmp

SNMP request-reply loop.

output

Output driver.

cfgram

Configuration file grammar.

cflex

Configuration file lexer.