resources/RooUsage.txt
[app.Builder.js] / src / Main.vala
index 9f6cf4c..df5d6f4 100644 (file)
@@ -78,6 +78,9 @@ int main (string[] args) {
                GLib.Process.exit(Posix.EXIT_SUCCESS);
                }
                
+               // dump the node tree
+               file.tree.dumpProps();
+               
                
         var str_ar = str.split("\n");
         for(var i =0;i<str_ar.length;i++) {