X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenStream.vala;h=dff38f4ddd66f764f96963d88c22b447c1563f34;hp=7cfc4b273e92bb2b2d7fb4e09a3c993c72111739;hb=954be6f9897a8e3866089bb5f67fbe5409b608b9;hpb=9d3711c527a5cf7fefa5de6dadc52df1039cc217 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++;