jsdebugger for Debian -------------------------- In order to make use of jsdebugger in your html, include the following lines in your html header: [...] if (typeof console == 'undefined' || !console) { console = new Debugger(4,'HelloWorld'); console.start(); [...] console.log('foo has value: ' + foo, 2); } -- Marcelo Jorge Vieira (metal) Thu, 21 Oct 2008 15:28:00 +0300