mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
debug: Display parser trees at level 2, eval output at 3
This commit is contained in:
parent
433d3dedca
commit
d210c6d07f
3 changed files with 23 additions and 23 deletions
|
@ -450,7 +450,7 @@ int Context::dispatch (std::string &out)
|
|||
cli2.prepareFilter ();
|
||||
}
|
||||
|
||||
// With rc.debug.parser == 3, there are more tree dumps than you might want,
|
||||
// With rc.debug.parser == 2, there are more tree dumps than you might want,
|
||||
// but we need the rc.debug.parser == 1 case covered also, with the final
|
||||
// tree.
|
||||
if (config.getBoolean ("debug") &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue