FirePHP::to('request')->console()->show();
Thanks for the feedback! Keep it coming :)
Christoph
This should now be working with DeveloperCompanion 1.0b1rc30
(http://developercompanion.com/) and FirePHP 0.0.0master1105261453.
Christoph
Once the companion window is open does the request select when you call
->show()?
Please try with a fresh FF profile to rule out any conflicts.
Christoph
> But i cannot understand why if there is an error the console works
> properly.
> Later I'll try with a full extension removal.
Not 100% sure what you mean, but if an error is present the request
automatically expands in the developer companion or firebug consoles. To
expand the request if no error is present use:
FirePHP::to('page')->console()->show();
Christoph