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

Carsten Lucke's Blog:
Debugging PHP with free tools (PDT + XDebug2)
Aug 06, 2007 @ 16:57:00

Carsten Lucke lists out a a combination of tools he's found that can make debugging your PHP applications a simple task - both for free.

I figured out that the PHPEclipse people were developing a plugin to use XDebug but there didn't seem to be much progress. So I stopped my efforts on free remote-debugging. Some weeks ago XDebug2 was released and I decided to give the remote-debugging thing one more shot. I tried PDT + XDebug2 and guess what - it worked out fine!

He includes a brief overview of what you'll need and how to get it installed, but you'll still need to be a bit familiar with how Eclipse and the XDebug software work to get things running smoothly.

tagged: debug free tool xdebug eclipse pdt xdebug2 support remote debug free tool xdebug eclipse pdt xdebug2 support remote

Link:

Carsten Lucke's Blog:
Debugging PHP with free tools (PDT + XDebug2)
Aug 06, 2007 @ 16:57:00

Carsten Lucke lists out a a combination of tools he's found that can make debugging your PHP applications a simple task - both for free.

I figured out that the PHPEclipse people were developing a plugin to use XDebug but there didn't seem to be much progress. So I stopped my efforts on free remote-debugging. Some weeks ago XDebug2 was released and I decided to give the remote-debugging thing one more shot. I tried PDT + XDebug2 and guess what - it worked out fine!

He includes a brief overview of what you'll need and how to get it installed, but you'll still need to be a bit familiar with how Eclipse and the XDebug software work to get things running smoothly.

tagged: debug free tool xdebug eclipse pdt xdebug2 support remote debug free tool xdebug eclipse pdt xdebug2 support remote

Link:

Derick Rethan's Blog:
XDebug 2 Released
Jul 18, 2007 @ 20:38:08

Derick Rethans has officially announced the release of XDebug 2 today on his blog:

After almost four years of work, Xdebug 2 is finally ready. With improved functionality and many new features it is ready to totally change the way you develop in PHP. Some of the new features and updates include improved stack traces, execution traces to files, code coverage analysis and much improved remote debugging support. Xdebug's documentation has also been rewritten for more clarity.

Derick also wants to find out who is user base is and has asked fellow developers and users to send him a postcard and let him know.

As always, you can get this latest version of the XDebug software from the project's website - XDebug.org.

tagged: xdebug release xdebug2 documentation stacktrace codecoverage xdebug release xdebug2 documentation stacktrace codecoverage

Link:

Derick Rethan's Blog:
XDebug 2 Released
Jul 18, 2007 @ 20:38:08

Derick Rethans has officially announced the release of XDebug 2 today on his blog:

After almost four years of work, Xdebug 2 is finally ready. With improved functionality and many new features it is ready to totally change the way you develop in PHP. Some of the new features and updates include improved stack traces, execution traces to files, code coverage analysis and much improved remote debugging support. Xdebug's documentation has also been rewritten for more clarity.

Derick also wants to find out who is user base is and has asked fellow developers and users to send him a postcard and let him know.

As always, you can get this latest version of the XDebug software from the project's website - XDebug.org.

tagged: xdebug release xdebug2 documentation stacktrace codecoverage xdebug release xdebug2 documentation stacktrace codecoverage

Link:


Trending Topics: