RSS
 

Firebug Lite

16 mar

Firebug became a necessary tool for the development of javascript « rich » components. Regrettably its use is limited to firefox. To offer a reduced service with the other browsers the team of firebug released Firebug Lite, a competition of the famous console. I have just tested its integration in Rialto. The first report is that the script is very simple and that the offered features are well thought. You can use 4 kind of messages (log, info, warm and error) but also some more as console.time and console.timeEnd which allow to measure the execution time of a block of script. You can also display all the properties of an object with the function console.dir or the contents of a node with the function console.dirxml.

An input text also allows to evaluate any javascript expression. Usefull to check the properties of your objects.

firebug

  • Share/Bookmark
 
1 Comment

Posted by Cyril Balit in Javascript

 

Leave a Reply

 
 
  1. Sébastien Letélié and Cyril Balit weblog - Java, Javascript, Eclipse, RCP, RIA, SOA, AJAX, WPF, Swing, SWT, JFace, Web Services, REST

    19 avril 2007 at 11:05

    [...] * bug corection * the tabFolder has a new parameter call orientation that allow to set the orientation of the tabitem with `t’ for top, `l’ for left, `r’ for right and `b’ for bottom position. * integration of firebug lite for debug. If you have the firebug plugin in FF then all the messages will be display in. Else (IE or FF without firebug) an emulation of the console appear in a floating frame in your page. I already talk about it here * the grid become skinable [...]