From f8ab30d127000bd95f69cb2ac545b811e48f69b1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 28 Sep 2020 08:45:50 -0400 Subject: [PATCH] Commentary (#2575) --- docs/internals.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/internals.adoc b/docs/internals.adoc index 8b7cbd765..1b237025e 100644 --- a/docs/internals.adoc +++ b/docs/internals.adoc @@ -758,6 +758,15 @@ may be required to setup the system for fuzzing. == Debugging +=== Debug Levels + +The "UINFO" calls in the source indicate a debug level. Messages level 3 +and below are globally enabled with `--debug`. Higher levels may be +controlled with `--debugi `. An individual source file levels may +be controlled with `-debugi- `. For example `--debug +--debugi 5 --debugi-V3Width 9` will use the debug binary at default debug +level 5, with the V3Width.cpp file at level 9. + === --debug When you run with `--debug` there are two primary output file types placed