JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:42:58 +0000 (11:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:42:58 +0000 (11:42 +0800)
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;