Tuesday, April 8th, 2008
Pi.Debugger: Cross browser debugging
<>p>Azer Koçulu has added to pi.comet with a new cross browser debugger pi.debugger.The look is inspired by Firebug:
Check out the open source project.
Related Content:





Tuesday, April 8th, 2008
Category: Debugging
The look is inspired by Firebug:
Check out the open source project.
Posted by Dion Almaer at 4:59 am
4 Comments





Caching and dynamic views
My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I...
How to change html form tags to ajax
How to change html form tags to...
IE 8 Crashing Problem
Hello Everyone,
Here\'s the situation:
two iSeries boxes - Dev and Prod both V5R4M0
We\'re using AJAX to dynamically load content using a tabbed...
In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:

Calling this a debugger is a bit optimistic. A debugger allows developers to set breakpoints and navigate up and down stack frames. And until there’s a standard browser debugger API – something like JVMTI – cross-platform tools are going to be limited to exactly what we see here: basic inspection of the DOM and evaluation of script.
At first glance, this appears to be a nice, clean emulation of DOM inspection features of Firebug. It’d be nice to see it as a drop-in replacement for Firebug Lite.
if Joe Hewitt accepts, I would like to donate this to Firebug. You are right. pi.debugger doesn’t contain a breakpoint tool but you can use console commands for simple debugging.thanks, Azer.
console.debug or console.error doesn’t seem to work. One could just map them to console.log for now but log levels would be nice.
Bummer I just released a very similar (but simpler – no DOM/HTML/CSS view) debugger at http://www.zoroja.com/blog/debug-bar/
Good work though, looks very slick