Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Firefox</strong></p> <p>On Firefox you can use an extension called <a href="http://www.firephp.org/" rel="noreferrer">FirePHP</a> which enables the logging and dumping of information from your PHP applications to the console. This is an addon to the awesome web development extension <a href="http://getfirebug.com/" rel="noreferrer">Firebug</a>.</p> <ul> <li><a href="http://www.studytrails.com/blog/using-firephp-in-firefox-to-debug-php/" rel="noreferrer">http://www.studytrails.com/blog/using-firephp-in-firefox-to-debug-php/</a></li> </ul> <p><strong>Chrome</strong></p> <p>However if you are using Chrome there is a PHP debugging tool called <a href="http://code.google.com/p/webug/" rel="noreferrer">webug</a> or <a href="http://www.chromephp.com/" rel="noreferrer">Chrome Logger</a>.</p> <p>More recently <a href="https://github.com/itsgoingd/clockwork-chrome" rel="noreferrer">Clockwork</a> is in active development which extends the Developer Tools by adding a new panel to provide useful debugging and profiling information. It provides out of the box support for <a href="http://laravel.com" rel="noreferrer">Laravel 4</a> and <a href="http://www.slimframework.com/news/version-2" rel="noreferrer">Slim 2</a> and support can be added via its extensible API. </p> <p><strong>Using Xdebug</strong></p> <p>A better way to debug your PHP would be via <a href="http://xdebug.org/" rel="noreferrer">Xdebug</a>. Most browsers provide helper extensions to help you pass the required cookie/query string to initialize the debugging process. </p> <ul> <li>Chrome - <a href="https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc" rel="noreferrer">Xdebug Helper</a></li> <li>Firefox - <a href="https://addons.mozilla.org/en-us/firefox/addon/the-easiest-xdebug/" rel="noreferrer">The easiest Xdebug</a></li> <li>Opera - <a href="https://addons.opera.com/en/extensions/details/xdebug/" rel="noreferrer">Xdebug</a></li> <li>Safari - <a href="https://github.com/benmatselby/xdebug-toggler" rel="noreferrer">Xdebug Toggler</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload