March 2008
mindforks: Debugging JavaScript evals
Note to self... when debugging dojo in firefox... always check the script option: "Show eval() sources" in firebug.
eval is evil, but still.
FirePHP - Extending Firebug < Reference
(via)The following example illustrates how to add a new panel called "Test Panel" to Firebug.
How to extend Firebug for your needs.