Skip to content

Commit bc9a2c8

Browse files
committed
ENH: Add debug output for object tree dumping in generator
1 parent eaadef3 commit bc9a2c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generator/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,9 @@ int main(int argc, char *argv[])
453453
ReportHandler::setContext("Build");
454454
gs->buildModel(pp_file);
455455
if (args.contains("dump-object-tree")) {
456+
printf("Dumping object tree ------------------\n");
456457
gs->dumpObjectTree();
458+
printf("Tree dumped, exiting.\n");
457459
return 0;
458460
}
459461
ReportHandler::setContext("Generate");

0 commit comments

Comments
 (0)