简体   繁体   中英

How to make Firefox Developer Tools display FirePHP messages within console?

I decided to try working with the Firefox Developer Edition. I am writing PHP code for a Joomla site and use Firebug & FirePHP to send data to the console.
While that works fine with the standard Firefox (36.0.4), I get no output with the Developer Edition (38.0a2).

Am I missing something? Should that work OK?

Actually after digging a bit around, found that Firefox Developer Edition already has an integrated server side logging . You can implement it via Chrome Logger , which has also a PHP extension available.

Besides that you can try it with the newest version of FirePHP , but as far as I can tell it works only with Firebug 2.x, which doesn't work while Firefox is working in multi-process mode .

I got the server loggin console working without an issue with Chrome Logger instead of the FirePHP port. And with Firebug.next I can't make it work.

http://firephp.org/上,它说“即将推出:适用于Firebug.Next(Firebug 3.0)和Firefox开发人员工具的 FirePHP扩展”,但没有给出日期。

FirePHP for Firefox Developer Tools has now been released :

https://github.com/firephp/firephp-for-firefox-devtools

Take a look at QuantumPHP. Browser add-on: https://addons.mozilla.org/en-US/firefox/addon/quantumphp/

FirePHP fork that works with the above add-on:

composer require frankforte/quantumphp

If you do not use composer, you can also follow the instructions here: https://packagist.org/packages/frankforte/quantumphp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM