News Feed
Jobs Feed
Sections




News Archive
Ivan Guardado's Blog:
How to debug PHP code
October 14, 2008 @ 08:44:17

Ivan Guardado has posted a recent tutorial looking at debugging your PHP code with the help of a popular tool - FirePHP (that interfaces with an equally popular Firefox extension, Firebug).

Nowadays, the code debugger is a tool that has almost all programing environments which allows you to watch the internal work of your applications and finding errors at run time for a easy way. The trouble is when you are working in a client-server architecture model, because from where you send the request (client) can not access the code hosted on the server.

He points out FirePHP as one that doesn't require this sort of installation. Included is a quick tutorial on getting it up and running for your development environment as well as the output formats and how to handle the output you want for debugging only.

0 comments voice your opinion now!
firephp firebug firefox extension debug browser


blog comments powered by Disqus

Similar Posts

Matrin Rusev's Blog: Building a PHP Framework - Lessons Learned

SitePoint PHP Blog: Debug PHP with Firebug and FirePHP

Richard Thomas' Blog: Pjq becomes jQPie - jQuery PHP interface extension

Greg Beaver\'s Blog: New PECL Docblock Extension

Kevin Schroeder's Blog: Debugging an RPC call in Zend Framework


Community Events











Don't see your event here?
Let us know!


development code series unittest zendframework2 object conference language composer podcast testing community example framework interview functional release tool introduction opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework