eZDebug : firefox extension to ease debug

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>";

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>";

Screenshot

No news yet.

Average rating 5.00 by 1 reviewers.

No forum messages yet.