Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sephiroth.it:
Debugging PHP with XDebug
Feb 16, 2006 @ 12:43:29

In this new post, alessandro talks about debugging your PHP scripts with the help of a very popular package - XDebug.

In these days, working with PHP after a lot of time, I've installed this cool tool for debugging PHP (it supports both PHP 4 and 5).

XDebug is really useful for debugging PHP, which is usually not really easy to debug, and also easy to install. It provides a lot of valuable debug informations, for example a full traceback for errors, profiling with memory and CPU usage, profiling functions, etc.

I really suggest to take a look at it! Both Windows and Linux versions are available for download.

You can grab the latest version (0.9.0 or 2.0.0beta5) directly from the right-hand side of their site.

tagged: debugging xdebug package download profileing traceback debugging xdebug package download profileing traceback

Link:

Sephiroth.it:
Debugging PHP with XDebug
Feb 16, 2006 @ 12:43:29

In this new post, alessandro talks about debugging your PHP scripts with the help of a very popular package - XDebug.

In these days, working with PHP after a lot of time, I've installed this cool tool for debugging PHP (it supports both PHP 4 and 5).

XDebug is really useful for debugging PHP, which is usually not really easy to debug, and also easy to install. It provides a lot of valuable debug informations, for example a full traceback for errors, profiling with memory and CPU usage, profiling functions, etc.

I really suggest to take a look at it! Both Windows and Linux versions are available for download.

You can grab the latest version (0.9.0 or 2.0.0beta5) directly from the right-hand side of their site.

tagged: debugging xdebug package download profileing traceback debugging xdebug package download profileing traceback

Link:


Trending Topics: