JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 9211ff1..cd3b5d9 100644 (file)
@@ -490,7 +490,7 @@ ScopeParser.prototype = {
         // Parse functions if any...
         //println("<i>EXP</i><BR/>");
         !this.debug || print("PARSE EXPR");
-        
+        print(">> ENTER EXPRESSION");
          
         // for printing stuff..
        
@@ -530,7 +530,7 @@ ScopeParser.prototype = {
                             if (this.braceNesting == expressionBraceNesting &&
                                     bracketNesting == 0 &&
                                     parensNesting == 0) {
-                                
+                                print(scopeIndent + "<< EXIT EXPRESSION");
                                 return;
                             }
                             break;