Documentation

- Documented rc.debug.parser=3.
This commit is contained in:
Paul Beckingham 2014-10-31 22:52:04 -04:00
parent f804a43cee
commit d36d6fc303

View file

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