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 than into this file to set breakpoints in it and restart the
browser nothing happens. I think the breakpoints are cleared before
(nocache, ect.).

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

After saving and restarting in FF I get in the script list an entry
Application.js (without ? nocache....
But now I get the concole message:

Create event of type error with undefined class. Please use null to explicit
fallback to default event type!
[Bei diesem Fehler anhalten] throw new Error("Create even...it fallback to
default event type!");
Registration.js (Zeile 236);

I swithed to safari and start my file in this browser. All is fine. The
script runs, I find my Application.js I can set breakpoints, ect.

What I have to do to get my Applications.js script in firebug to set
breakpoints, ect.?

Thanks

Josef
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/debugging-my-Application-js-tp5984488p5984488.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to