firefox-developer-edition

PHP Logs in native console Firefox Developer

删除回忆录丶 提交于 2019-12-01 06:30:28
I highly prefer the firefox developer inspector than the firebug one. But is that possible to display PHP logs in the native JS console ? Thanks :) I just installed Chrome Logger ( github | website ) with Chrome PHP to accomplish this in Chrome since Firefox 50+ broke FirePHP. I then learned that Firefox's web console has been supporting Chrome Logger since v43 ( https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Server ). So in short, yes, you can log PHP variables to the Firefox web console using Chrome PHP. It's this simple: Download the latest Chrome PHP library:

PHP Logs in native console Firefox Developer

大憨熊 提交于 2019-12-01 05:07:27
问题 I highly prefer the firefox developer inspector than the firebug one. But is that possible to display PHP logs in the native JS console ? Thanks :) 回答1: I just installed Chrome Logger ( github | website ) with Chrome PHP to accomplish this in Chrome since Firefox 50+ broke FirePHP. I then learned that Firefox's web console has been supporting Chrome Logger since v43 (https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Server). So in short, yes, you can log PHP