JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:03:41 +0000 (16:03 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:03:41 +0000 (16:03 +0800)
JSDOC/TokenStream.vala

index 7cfc4b2..dff38f4 100644 (file)
@@ -236,7 +236,7 @@ namespace JSDOC {
                    Token token;
                    
                    while (null != (token = this.look(1,false))) {
-                               debug("BALANCE: " + token.asString());
+                               debug("BALANCE: %d %s " , this.cursor,  token.asString());
                        if (token.is(start)) {
                      //      Seed.print("balance: START : " + depth + " " + token.data);
                            depth++;