Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread Derrell Lipman
On Thu, Feb 3, 2011 at 12:41, josefkoller wrote: > So I open my qooximkerei.js (this one is called in the html page) and > changed the line 32 > from > addNoCacheParam : true, > to > addNoCacheParam :false, > You should not need to do that. With the proper config.json entry, the addNoCacheParam

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread thron7
> So I open my qooximkerei.js (this one is called in the html page) and > changed the line 32 > from > addNoCacheParam : true, > to > addNoCacheParam :false, > [...] > With this changes I got the Application.js for debugging in safari. > > Is there a problem for the hole one if I change this? qo

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread josefkoller
I asked me what I have done because you are so aggressive? In the moment I think you hate your job. This stupid new users and others are in your mind, Im sure. I see the great job and the result - this great framework. A last question: In my first post in this I wrote: [...] So I open my qoox

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread thron7
On 02/03/2011 06:00 PM, josefkoller wrote: > > Hi, > > I hope I understand it correctly: > > Before I check my new entries in the application.js I have to run the python > script with source? Yep. > Hmmh > You see in my post I'm a beginner and it would like to see what's going on. > So I in

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread Derrell Lipman
On Thu, Feb 3, 2011 at 12:00, josefkoller wrote: > > Hi, > > I hope I understand it correctly: > > Before I check my new entries in the application.js I have to run the > python > script with source? > If you're debugging with the "source" version, i.e., you use "generate.py source", what that c

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread josefkoller
Hi, I hope I understand it correctly: Before I check my new entries in the application.js I have to run the python script with source? Hmmh You see in my post I'm a beginner and it would like to see what's going on. So I insert some line of codes into the js file, go to the browser, restart

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread thron7
> So I get the hint: > changing the entry in config.json and set the command: > > generate.py source > > All looks fine. I got my debugger in firebird and the js files hadn't a > nocache parameter. > > But now I would like to get some more text in my Application.js. > > for example > > tabsheet = n

Re: [qooxdoo-devel] debugging my Application.js

2011-02-03 Thread josefkoller
Hello, I don't understand some technics in qooxdoo, but I will learn it. But now I donn't know what I have to do. Please see my post in this debugger story before. Here are a short summery from the first post: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5989309.html

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi, you are the chief of commanders and you have the last word. No problem for me. Anyway thanks for the tip. Josef -- View this message in context: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5986797.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread thron7
>> For one thing, you should properly report what is going on, e.g. what is >> the the action you are trying to perform and which error message you >> get. >> Otherwise we all need to guess wildly what "doesn't help" means. >> > > I thought you read my first post in this tread. In the first one the

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi thron7-2, thanks for answer. thron7-2 wrote: > > For one thing, you should properly report what is going on, e.g. what is > the the action you are trying to perform and which error message you get. > Otherwise we all need to guess wildly what "doesn't help" means. > I thought you read my

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi thron7-2, thanks for answer. thron7-2 wrote: > > For one thing, you should properly report what is going on, e.g. what is > the the action you are trying to perform and which error message you get. > Otherwise we all need to guess wildly what "doesn't help" means. > I thought you read my

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 12:11, thron7 wrote: > For one thing, you should properly report what is going on, e.g. what is > the the action you are trying to perform and which error message you get. > Otherwise we all need to guess wildly what "doesn't help" means. > Thomas, his goal is to get rid o

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread thron7
> > sorry. here in zip-format. > > http://qooxdoo.678.n2.nabble.com/file/n5985532/config.zip config.zip > > And this comma before jobs doesn't helps. > > I forgot this comma. In Original the hole jobs were in comment lines > > /* > > */ > > alfter deleting this comment signs I forgot the comma befo

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
sorry. here in zip-format. http://qooxdoo.678.n2.nabble.com/file/n5985532/config.zip config.zip And this comma before jobs doesn't helps. I forgot this comma. In Original the hole jobs were in comment lines /* */ alfter deleting this comment signs I forgot the comma before. But it doesn't h

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread thron7
Please use a free archive format, like zip, gzip, tar, bzip2. On 02/02/2011 04:43 PM, josefkoller wrote: > > sorry. Here is the file. > http://qooxdoo.678.n2.nabble.com/file/n5985253/config.rar config.rar -- Special Offe

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 10:43, josefkoller wrote: > > sorry. Here is the file. > http://qooxdoo.678.n2.nabble.com/file/n5985253/config.rar config.rar > You are missing a comma after the "let" member's closing brace, before "jobs". That may be your problem. Derrell ---

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
sorry. Here is the file. http://qooxdoo.678.n2.nabble.com/file/n5985253/config.rar config.rar -- View this message in context: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5985253.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Fritz Zaucker
No attachment ... Cheers, Fritz On Wed, 2 Feb 2011, josefkoller wrote: > > Hi, > > sorry that missing brakets are a result by copy/pasting. > > I have attached the complete config.json. > > Thanks > > Josef > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi, sorry that missing brakets are a result by copy/pasting. I have attached the complete config.json. Thanks Josef -- View this message in context: http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5985203.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Mustafa Sak
Hi Josef You have in build section three open braces and just two closed. That's a syntax error. The same at source section. Regards Sak Von meinem iPhone gesendet Am 02.02.2011 um 14:47 schrieb josefkoller : > > Hi Derrell, > > I gave your code to my config.json like this: > > "build-scr

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
Please copy your entire config.json file into a reply to this message, and Thomas or someone else on this list should be able to help you fix it. Thomas is the expert on the config files. Derrell On Wed, Feb 2, 2011 at 08:47, josefkoller wrote: > > Hi Derrell, > > I gave your code to my config

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi Derrell, I gave your code to my config.json like this: "build-script" : { "compile-options" : { "code" : { "format" : false } }, "source-script" : { "compile-options" : { "uris" : { "add-nocache-p

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Fritz Zaucker
On Wed, 2 Feb 2011, Christian Hagendorn wrote: > the easiest way is to add a "debugger" statement in your source code and > reload you "source" application. FireBug an other tools automatically > stops the script when the debugger statement is arrived. > > > var button = new qx.ui.form.Button("Fi

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 07:05, Derrell Lipman < [email protected]> wrote: > On Wed, Feb 2, 2011 at 06:56, josefkoller wrote: > >> What I have to do to get my Applications.js script in firebug to set >> breakpoints, ect.? >> > > You're on the right track. Instead of editing a file a

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Christian Hagendorn
Hi Josef, the easiest way is to add a "debugger" statement in your source code and reload you "source" application. FireBug an other tools automatically stops the script when the debugger statement is arrived. var button = new qx.ui.form.Button("First Button", "myapp/test.png"); // FireBug st

Re: [qooxdoo-devel] debugging my Application.js

2011-02-02 Thread Derrell Lipman
On Wed, Feb 2, 2011 at 06:56, josefkoller wrote: > What I have to do to get my Applications.js script in firebug to set > breakpoints, ect.? > You're on the right track. Instead of editing a file after running generate.py, though, this can be configured so that it never adds the cache parameter

[qooxdoo-devel] debugging my Application.js

2011-02-02 Thread josefkoller
Hi, I have problems to debug my code in Applications.js in firebug. If I open my index.html in FF I get in firebug by scripts the button index.html. Clicking to this button I get a long list with lot of script most of them ending with js?nocache = ... the Application.js, too. If I click tha

Re: [qooxdoo-devel] debugging async request handlers ...

2009-11-20 Thread Fabian Jakobs
Hi Tobias, you are right, these try/catch blocks can make it really hard to debug exceptions. I've extended you change a little bit. In browser, which support it, it will now print the stack trace of the exception as well. this.error( "Request " + request + " handler " + reque

[qooxdoo-devel] debugging async request handlers ...

2009-11-19 Thread Tobias Oetiker
Gurus, I am writing an application that runs quite a substantial bit of code in response to data coming in from the client side ... as with all code there are bugs in the request handler ... unfortunately these bugs get caught by the RequestQueue.js which then prints the following line on the con

Re: [qooxdoo-devel] Debugging IE problems

2009-06-25 Thread Vincent Bernardi
On 8 juin 09, at 17:56, Cajus Pollmeier wrote: > I've a problem running my qooxdoo application inside IE7 (IE8 in IE7 > mode, because I can't find any usable debugger...). IE stopps the > script > with: "Invalid argument" > Happening in line 335 of qx.bom.element.Style where "value" is "-5px" > a

Re: [qooxdoo-devel] Debugging IE problems

2009-06-23 Thread Andreas Ecker
Howdy! > > http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/ > > > > hope it helps > > burak > > Thanks burak, that is a quite good debugging method in IE. Added this link to the overview of JS debugging tools at http://qooxdoo.org/documentatio

Re: [qooxdoo-devel] Debugging IE problems

2009-06-23 Thread Cajus Pollmeier
Alexander Back schrieb: > Hi Cajus, > > Cajus Pollmeier schrieb: >> This is everything I can get from IE: >> >> LOG: 397547ms [ function(element, name, value, smart), >> qx.html.Element:_copyData, qx.core.Object:base, qx.html.Image:_copyData, >> qx.html.Element:__flush, ... ] >> >> Do you know a m

Re: [qooxdoo-devel] Debugging IE problems

2009-06-23 Thread Cajus Pollmeier
Burak Arslan schrieb: > Cajus Pollmeier wrote: >> Is it possible to track this down somehow? The application is relatively >> big and I've no clue which component might be responsible for that... >> >> Ideas? ;-) >> >> > > http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-

Re: [qooxdoo-devel] Debugging IE problems

2009-06-11 Thread Burak Arslan
Cajus Pollmeier wrote: > Is it possible to track this down somehow? The application is relatively > big and I've no clue which component might be responsible for that... > > Ideas? ;-) > > http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/ hop

Re: [qooxdoo-devel] Debugging IE problems

2009-06-10 Thread Cajus Pollmeier
Alexander Back schrieb: > Hi Cajus, > > Cajus Pollmeier schrieb: >> This is everything I can get from IE: >> >> LOG: 397547ms [ function(element, name, value, smart), >> qx.html.Element:_copyData, qx.core.Object:base, qx.html.Image:_copyData, >> qx.html.Element:__flush, ... ] >> >> Do you know a m

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Alexander Back
Hi Cajus, Cajus Pollmeier schrieb: > This is everything I can get from IE: > > LOG: 397547ms [ function(element, name, value, smart), > qx.html.Element:_copyData, qx.core.Object:base, qx.html.Image:_copyData, > qx.html.Element:__flush, ... ] > > Do you know a method to get more? I'm using getSta

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Cajus Pollmeier
Alexander Back schrieb: > Hi Cajus, > > Cajus Pollmeier schrieb: >> qx.ui.splitpane.* >> qx.ui.container.Resizer > Yes, maybe one of those, but I guess it's buried deeper. > >> Almost everything adapts its size, but these may be involved when the error >> occurs. >> I just tried to get some more

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Alexander Back
Hi Cajus, Cajus Pollmeier schrieb: > qx.ui.splitpane.* > qx.ui.container.Resizer Yes, maybe one of those, but I guess it's buried deeper. > Almost everything adapts its size, but these may be involved when the error > occurs. > I just tried to get some more information out of the IE, but the sta

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Cajus Pollmeier
Hi Alexander, no, I don't use tables. Resizable... Maybe these: qx.ui.splitpane.* qx.ui.container.Resizer ? Almost everything adapts its size, but these may be involved when the error occurs. I just tried to get some more information out of the IE, but the stacktrace ends at the position where

Re: [qooxdoo-devel] Debugging IE problems

2009-06-09 Thread Alexander Back
Hi Cajus, Cajus Pollmeier wrote: > I've a problem running my qooxdoo application inside IE7 (IE8 in IE7 > mode, because I can't find any usable debugger...). IE stopps the script > with: "Invalid argument" > > Happening in line 335 of qx.bom.element.Style where "value" is "-5px" > and "name" i

[qooxdoo-devel] Debugging IE problems

2009-06-08 Thread Cajus Pollmeier
Hiho, I've a problem running my qooxdoo application inside IE7 (IE8 in IE7 mode, because I can't find any usable debugger...). IE stopps the script with: "Invalid argument" Happening in line 335 of qx.bom.element.Style where "value" is "-5px" and "name" is "width". "element" is DispHTMLDivElem

Re: [qooxdoo-devel] debugging php json backend

2008-07-08 Thread Derrell Lipman
On Tue, Jul 8, 2008 at 7:30 AM, farid <[EMAIL PROTECTED]> wrote: > One question though still stands: > what do you guys (no girls?;-) use to debug the php backend? > In most cases, we now have errors returned to the application and they can be displayed there. You can also use the debug() functi

Re: [qooxdoo-devel] debugging php json backend

2008-07-08 Thread farid
Hi Derrell, it inded is strange so I kept searching. I could trace it back to one line in the Joomla supplied framework.php file which causes the variables to be unset: JRequest::clean(); This has nothing to do obviously with the php backend of qooxdoo. If I omit the line, the request is handl

Re: [qooxdoo-devel] debugging php json backend

2008-07-07 Thread Derrell Lipman
On Mon, Jul 7, 2008 at 7:50 AM, farid <[EMAIL PROTECTED]> wrote: > thanks for the suggestion. I thought of this too and did a 'grep' on this > variable name. > nothing! > I nailed it down to one line (368) after which all variables defined before > this line are not known > anymore in the index.ph

Re: [qooxdoo-devel] debugging php json backend

2008-07-07 Thread farid
thanks for the suggestion. I thought of this too and did a 'grep' on this variable name. nothing! I nailed it down to one line (368) after which all variables defined before this line are not known anymore in the index.php file: if ((@include servicePathPrefix . $servicePath . ".php") === false

Re: [qooxdoo-devel] debugging php json backend

2008-07-07 Thread Alexander Back
Hi Farid, I'm no PHP expert, but do you have already searched for this variable name in the framework.php file? Maybe this file also uses this variable name and things get mixed up. Just a guess ... cheers, Alex farid wrote: > I know a bit more now. > I stripped the php file to the bare mi

Re: [qooxdoo-devel] debugging php json backend

2008-07-07 Thread farid
I know a bit more now. I stripped the php file to the bare minimum and in the error log I now see the line: [client 86.86.79.205] PHP Notice: Undefined variable: serviceComponents in /var/www/vhosts/noobizz.com/httpdocs/services/index.php on line 378, referer: http://noobizz.com/

[qooxdoo-devel] debugging php json backend

2008-07-06 Thread farid
Hi y'all, I'm steadily forwarding with my project that uses qooxdoo and the php backend. And I must say that qooxdoo rocks! It already contains a few thousand lines of source code, of which many in the backend. It uses classes as in the demo backend from the qooxdoo project. Debugging has been c

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-18 Thread Gaetan de Menten
On Feb 18, 2008 4:58 AM, Ralf Nieuwenhuijsen <[EMAIL PROTECTED]> wrote: > I was wondering about this... i've been hit by it as well. But only > when using firebug. > This fixes it for me. It seems more general though! > > It also happens with errors that take place as the result of a timer > event.

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-17 Thread Ralf Nieuwenhuijsen
I was wondering about this... i've been hit by it as well. But only when using firebug. This fixes it for me. It seems more general though! It also happens with errors that take place as the result of a timer event. Perhaps all async type of request have this behavior with firebug. 2008/2/14, Gae

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-14 Thread Gaetan de Menten
On Thu, Feb 14, 2008 at 3:02 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > > On Wed, Feb 13, 2008 at 9:53 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > > > > > I've been having the following problem for quite a while: whenever I > > > throw an exception in a code which is executed in a

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-14 Thread Gaetan de Menten
On Wed, Feb 13, 2008 at 9:53 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > > > I've been having the following problem for quite a while: whenever I > > throw an exception in a code which is executed in a callback of a > > request, nothing noticeable happens, except the request just timeouts

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-13 Thread Fabian Jakobs
Hi Gaetan, > Hi list, > > I've been having the following problem for quite a while: whenever I > throw an exception in a code which is executed in a callback of a > request, nothing noticeable happens, except the request just timeouts > (ie the initial exception is not printed in the (Firebug) con

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Derrell Lipman
On Feb 12, 2008 1:20 PM, Andreas Junghans <[EMAIL PROTECTED]> wrote: > OK, I just tried it with firebug, and I still don't see it. And it > would make absolutely no sense! Could you send the snippet you used > for testing? Or, if your code is part of a complex application, try > to reproduce it wit

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Andreas Junghans
Hi Derrell, Am 12.02.2008 um 19:07 schrieb Derrell Lipman: > On Feb 12, 2008 12:46 PM, Andreas Junghans <[EMAIL PROTECTED] > ida.de> wrote: >>> I discovered another related problem recently. throw new Error() >>> doesn't actually process the thrown error until after completion of >>> the curren

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Derrell Lipman
On Feb 12, 2008 12:46 PM, Andreas Junghans <[EMAIL PROTECTED]> wrote: > > I discovered another related problem recently. throw new Error() > > doesn't actually process the thrown error until after completion of > > the current javascript context. For example, if you have a loop and > > an error i

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Gaetan de Menten
On Feb 12, 2008 6:46 PM, Andreas Junghans <[EMAIL PROTECTED]> wrote: > Hi, > > Am 12.02.2008 um 18:07 schrieb Derrell Lipman: > > > On Feb 12, 2008 11:59 AM, Gaetan de Menten <[EMAIL PROTECTED]> > > wrote: > >> Hi list, > >> > >> I've been having the following problem for quite a while: whenever I

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Andreas Junghans
Hi, Am 12.02.2008 um 18:07 schrieb Derrell Lipman: > On Feb 12, 2008 11:59 AM, Gaetan de Menten <[EMAIL PROTECTED]> > wrote: >> Hi list, >> >> I've been having the following problem for quite a while: whenever I >> throw an exception in a code which is executed in a callback of a >> request, no

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Derrell Lipman
On Feb 12, 2008 11:59 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > Hi list, > > I've been having the following problem for quite a while: whenever I > throw an exception in a code which is executed in a callback of a > request, nothing noticeable happens, except the request just timeouts > ...

[qooxdoo-devel] Debugging and exceptions in remote request

2008-02-12 Thread Gaetan de Menten
Hi list, I've been having the following problem for quite a while: whenever I throw an exception in a code which is executed in a callback of a request, nothing noticeable happens, except the request just timeouts (ie the initial exception is not printed in the (Firebug) console). var req = new q

Re: [qooxdoo-devel] Debugging IE7 popup border problem

2007-09-14 Thread Hugh Gibson
> I had the same issues with IE (prob the same as everyone trying to > build interesting js stuff too). The only proper solution I found > was to apply for, download and install the MS Visual Web Developer > 2008 Express Edition (damn that is a long name!). Thanks. It's more about debugging the

Re: [qooxdoo-devel] Debugging IE7 popup border problem

2007-09-13 Thread Sebastian Werner
Hi Hugh. I thought this was always wrong. For me it looks like an IE reflow issue. The inner element for the "enhanced border" uses percent dimensions. Maybe we can change this to reduce the interpretation required by the browser. Sorry, no other idea. Sebastian Hugh Gibson schrieb: > Can a

[qooxdoo-devel] Debugging IE7 popup border problem

2007-09-13 Thread Hugh Gibson
Can anyone help with debugging convoluted IE DOM issues?. I'm trying to work out what's going on with http://bugzilla.qooxdoo.org/show_bug.cgi?id=622 The outer border of menu items and popup windows is missing in IE7 when the DIV first appears. Once it has been drawn once, hidden, and shown again

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.

Re: [qooxdoo-devel] Debugging in IE

2006-10-09 Thread dperez
Visual Studio.NET is working ok. Don't remember about old version VS 6.0 alex.d wrote: > > Thx Alee, > Visual Studio 6.0 has by default only Visual C++(the whole other stuff > is extra). I will install VStudio 2005 i think. > > Best Regards, > alex.d >> Hi alex.d, >> >> You can use Visual Int

Re: [qooxdoo-devel] Debugging in IE

2006-10-06 Thread Alex D.
Thx Alee, Visual Studio 6.0 has by default only Visual C++(the whole other stuff is extra). I will install VStudio 2005 i think. Best Regards, alex.d Hi alex.d, You can use Visual InterDev 6.0 or Visual J++ 6.0 from the suit. I dont think Visual C++ 6.0 supports _javascript_ debugging. Ho

Re: [qooxdoo-devel] Debugging in IE

2006-10-06 Thread Alee
Hi alex.d, You can use Visual InterDev 6.0 or Visual J++ 6.0 from the suit. I dont think Visual C++ 6.0 supports JavaScript debugging. Hope it helps. Regards, Alee alex.d wrote: > > Yes, it works with Script Debugger, but not with Visual Studio 6. What > Visual Studio version are you using

Re: [qooxdoo-devel] Debugging in IE

2006-10-06 Thread Alex D.
Yes, it works with Script Debugger, but not with Visual Studio 6. What Visual Studio version are you using? Is it possible that VSstudio 6 can not debug _javascript_? You must have installed some debugger. Visual Studio is much better than Script Debugger, although the latest is free. In add

Re: [qooxdoo-devel] Debugging in IE

2006-10-06 Thread dperez
You must have installed some debugger. Visual Studio is much better than Script Debugger, although the latest is free. In addition, you must restart the browser. alex.d wrote: > > Thank you for your detailed answer Alee, > > i have unchecked both options, but i still don't have "Script Debugge

Re: [qooxdoo-devel] Debugging in IE

2006-10-06 Thread Alex D.
Thank you for your detailed answer Alee, i have unchecked both options, but i still don't have "Script Debugger" in view-menu. Can it be due to the fact that i have currently no IDE installed? Regards, alex.d > Hi alex. d, > > Thought it will be better to make it a separate thread for those who

[qooxdoo-devel] Debugging in IE

2006-10-05 Thread Alee
Hi alex. d, Thought it will be better to make it a separate thread for those who dont know how to do it. Goto Tools -> Options -> Advanced Tab .. and un-check the options saying "Disable Script Debugging (Internet Explorer)" and "Disable Script Debugging (Other)". By default these options are ch

AW: AW: [qooxdoo-devel] debugging

2006-03-30 Thread Oliver Vogel
ler findet darf sie behalten" > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Ulrich Schreiner > Gesendet: Donnerstag, 30. März 2006 11:58 > An: [email protected] > Betreff: Re: AW: [qooxdoo-d

Re: [qooxdoo-devel] debugging

2006-03-30 Thread Hugh Gibson
> btw: anyone who want's to use the javascript console for output of > the qooxdoo messages can use this pattern (execute it after loading > qooxdoo.js): Neat. I've added it to http://qooxdoo.oss.schlund.de/snippets/showing-debug-information Hugh -

Re: AW: [qooxdoo-devel] debugging

2006-03-30 Thread Ulrich Schreiner
htschreibfehler findet darf sie behalten" -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ulrich Schreiner Gesendet: Donnerstag, 30. März 2006 11:21 An: [email protected] Betreff: Re: [qooxdoo-devel] debugging well i forgot

AW: [qooxdoo-devel] debugging

2006-03-30 Thread Oliver Vogel
icht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Ulrich Schreiner > Gesendet: Donnerstag, 30. März 2006 11:21 > An: [email protected] > Betreff: Re: [qooxdoo-devel] debugging > > well i forgot my question :-) > > > us

Re: [qooxdoo-devel] debugging

2006-03-30 Thread Ulrich Schreiner
well i forgot my question :-) > using venkman in qooxdoo is real powerful, but you need a qooxdoo build > which is not packed on one line. otherwise its not fun :-) is there a standard way to generate a "qooxdoo.js" without compression? there was a tip here in the list how to patch the generati

[qooxdoo-devel] debugging

2006-03-30 Thread Ulrich Schreiner
hi, using venkman in qooxdoo is real powerful, but you need a qooxdoo build which is not packed on one line. otherwise its not fun :-) btw: anyone who want's to use the javascript console for output of the qooxdoo messages can use this pattern (execute it after loading qooxdoo.js): QxObject