How it Works: XDEBUG + DEBUGING CLEINT ( ANY ) = Magic Happens (:
1- Installing XDEBUG:
A - From source:
Download the Version of Xdebug that suited your need by Fristly checking what version of PHP are you working on and then selected the apropriate version for it from here: http://xdebug.org/download.php
2- Configuring a XDEBUG Client:
You can find a list of clients supported by xdebug in the link below, i personally recommend using vi for debugging because it doesn't need much resources from your machine and hard to crash:
http://xdebug.org/docs/remote
2- Configuring a XDEBUG Client:
You can find a list of clients supported by xdebug in the link below, i personally recommend using vi for debugging because it doesn't need much resources from your machine and hard to crash:
http://xdebug.org/docs/remote
Here is some screen shuts about how it should look like on vim
Resources:
http://2bits.com/articles/using-vim-and-xdebug-dbgp-for-debugging-drupal-or-any-php-application.html
Comments
Post a Comment