Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / local / snmpconf.dir / snmp-data / debugging
1 title Debugging output options
2 description This section allows debugging output of various kinds to
3 description be turned on or off.
4
5 token doDebugging
6 info  Turns debugging output on or off (0|1)
7 info  arguments: (0|1)
8 question 1 Turn debugging on (0|1)
9 validanswer 1 ^(0|1)$
10
11 token debugTokens
12 info  Debugging tokens specify which lines of debugging
13 info  output you'd actually like to see.  Each section of code is most
14 info  likely instrumented with a particular "tag".  So, to see that tag you
15 info  would specify it here.  Specifying a tag will match against all
16 info  tags that begin with that prefix, so the tag "test" will match
17 info  "test_function" and "test_something" and...
18 info  There are a few special tokens as well:
19 info    - ALL:   turns on all the tokens (which generates lots of output)
20 info    - trace: prints 'trace' lines showing source code files and
21 info    -        line numbers as they're traversed.
22 info    - dump:  Nicely breaks down packets as they're parsed or sent out.
23 info  command line equivelent: -Dtoken[,token...]
24 info  arguments: token[,token...]
25 question 1 Enter the tokens (comma seperated) you wish to see output for
26
27 token dumpPacket
28 info  Print packets as they are received or sent
29 info  arguments: (1|yes|true|0|no|false)
30 info  command line equivelent: -d
31 validanswer 1 ^(1|yes|true|0|no|false)$
32 question 1 Print packets as they are received or sent
33
34
35 token noTokenWarnings
36 info Silence warnings about unknown tokens in configuration files
37 question 1 Silence warnings about unknown tokens in configuration files
38 info  arguments: (1|yes|true|0|no|false)
39 validanswer 1 ^(1|yes|true|0|no|false)$