From: Alan Knowles Date: Thu, 3 Dec 2015 08:03:41 +0000 (+0800) Subject: JSDOC/TokenStream.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=6580d899c07cdd8c0dcbb494d7f4236d24d9cb96 JSDOC/TokenStream.vala --- diff --git a/JSDOC/TokenStream.vala b/JSDOC/TokenStream.vala index 7cfc4b2..dff38f4 100644 --- a/JSDOC/TokenStream.vala +++ b/JSDOC/TokenStream.vala @@ -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++;