Tree::dump
- The dump method now composes a string, instead of writing to std::cout, which make integration easier.
This commit is contained in:
@@ -181,7 +181,7 @@ int Context::initialize (int argc, const char** argv)
|
||||
|
||||
// Initialize the command line parser.
|
||||
if (parseTree && config.getBoolean ("debug"))
|
||||
parseTree->dump ();
|
||||
debug (parseTree->dump ());
|
||||
|
||||
// END EXPERIMENTAL CODE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user