Re: [qooxdoo-devel] Debugging compiled scripts

2007-06-14 Thread dperez
Sebastian, I've taken a quick view in generator.py, where I have to patch. Is this line (# 1219 in generator.py), the responsible of creating the compiled script? compiledFileContent = compiler.compile(loader.getTree(fileDb, fileId, options), options, options.addNewLines, options.verbose) T

Re: [qooxdoo-devel] Debugging compiled scripts

2007-06-14 Thread Sebastian Werner
dperez schrieb: > Hi, > > In order to facilitate debugging support, when the --add-new-lines switch is > given, I would place a new line after a "{" and not e.g. after a ",". In > this way I could place breakpoints more precisely. The rule would be a > statement per line. > > Example snippet: >

[qooxdoo-devel] Debugging compiled scripts

2007-06-14 Thread dperez
Hi, In order to facilitate debugging support, when the --add-new-lines switch is given, I would place a new line after a "{" and not e.g. after a ",". In this way I could place breakpoints more precisely. The rule would be a statement per line. Example snippet: qx.Class.define("qx.ui.toolbar.