debugging
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

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