Docs: Updated man page regarding 'debug.parser' values

- Modified tests that use the above.
This commit is contained in:
Paul Beckingham 2015-09-07 12:33:53 -04:00
parent d210c6d07f
commit d87a753de1
5 changed files with 19 additions and 6 deletions

View file

@ -506,9 +506,10 @@ Level 1 shows hook calls. Level 2 also shows exit status and I/O.
.TP
.B debug.parser=0
Controls the parser diagnostic level. Level 0 means no diagnostics. Level 1
shows the parse tree. Level 2 shows expression evaluation details. Level 3
shows parse trees from every phase of the parse.
Controls the parser diagnostic level. Level 0 shows no diagnostics.
Level 1 shows the final parse tree.
Level 2 shows the parse tree from all phases of the parse.
Level 3 shows expression evaluation details.
.TP
.B debug.tls=0