projects / org / ezproject2010 / ezdebug
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezdebug | Maxime Thomas | stable |
Version | Compatible with |
---|---|
0.1 | 4.x |
This extension ease reading of the debug while having a lot of information in the page.
To install this, just download the xpi, double click on it and restart FireFox.
Then go to the url of your website, activate the debug.
To launch the eZDebug extension, you can click on the right corner or do a CTRL + SHIFT + Q.
The debug will then appear in a tree and you can filter it.
A hack is needed : change the lines in the following file :
\lib\ezutils\classes\ezdebug.php:1403
echo "<table style='border: 1px lightgray;' cellspacing='0' id='ezdebug-table'>";
\lib\ezutils\classes\ezdebug.php:1444
echo "<tr><td class='debugheader' valign='top' $identifierText> <font color=\"$color\"><span>$name:</span></font> <span>$label</span></td>
<td class='debugheader' valign='top'><span>$time</span></td></tr>
<tr><td colspan='2'><pre$pre><span>" . $contents . "</span></pre></td></tr>";
+1 for the Firefox3 version
Thursday 03 July 2008 12:21
Damien Pitard