You are absolutely right and this is causing issues for people. I'll get
rid of my comments in there and fix the JSON. Sorry about the run around.
> Is there a way to make the request detail window auto update? As it
> stands just now, i load my web page, see the request appear in the
> list of requests, and then click on the icon to show the request
> details. If i refresh my web page from the browser, the request
> details page is not refreshed, i have to go back to the list and click
> on the next entry. Is there a way to make the latest request detail
> show automatically? Or am I not using it correctly?
Try $console->show(); in PHP or use the "reload" button in the request
inspector.
See:
http://sourcemint.com/github.com/firephp/firephp/1/-docs/Workflow#inspecting-requests
Christoph