We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaadef3 commit bc9a2c8Copy full SHA for bc9a2c8
generator/main.cpp
@@ -453,7 +453,9 @@ int main(int argc, char *argv[])
453
ReportHandler::setContext("Build");
454
gs->buildModel(pp_file);
455
if (args.contains("dump-object-tree")) {
456
+ printf("Dumping object tree ------------------\n");
457
gs->dumpObjectTree();
458
+ printf("Tree dumped, exiting.\n");
459
return 0;
460
}
461
ReportHandler::setContext("Generate");
0 commit comments