I used firephp in my project well before yesterday.
After I upgrade Firefox to version 23.0.1 , the FireBug extension is upgraded to version 1.12.0 automatically, and I find firephp do not show the detail data in the console.
It still shows the brief data. I can not unfold it to see the detail.
I guess firebug changed the data structure, and the firephp need to be upgrade.
If you are impatient type you can do a quick fix yourself.
Open the FireBug xpi file with your favourite archive/zip manager. For linux users, you should find the file here:
~/.mozilla/firefox/[unique-id].default/extensions/[email protected]
Navigate to
/content/firebug/console/
in the archive/zip manager and openconsolePanel.js
Got to line 911 (this may differ slightly for minor version revisions). It should look like this:
Add this before that line:
Save your change to the archive and restart FireFox