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

Tony Lukasavage's Blog:
PHP Debugging on IntelliJ IDEA 10 with Xdebug
Jan 06, 2011 @ 20:24:30

Tony Lukasavage has a new post to his blog about debugging your PHP applications with IntelliJ and XDebug on a WAMP install.

If you are a serious PHP developer and have not given debugging a fair chance, or a chance at all, you are killing yourself. So let's do this thing from the ground up. WAMP, XDebug, IntelliJ, and magic. Follow these steps (for Windows) to reach my recent state of elightenment and PHP debugging bliss.

It's a sixteen step process, but don't let that scare you off - it's made up of lots of little steps like "make a phpinfo() page" and "download IntelliJ IDEA". The rest is actually setting up a new PHP project, dropping in a breakpoint and mapping the scripts to run on your local machine's WAMP install.

tagged: intellij idea debug xdebug tutorial setup

Link:


Trending Topics: