- Install, enable xdebug.
- export XDEBUG_CONFIG="idekey=netbeans-xdebug"
- Set break point and run script.
- If we run drush command (drupal), we (must?) update drush's php.ini
cp /etc/php5/apache2/php.ini ~/.drush/php.ini
Debug php from command line
· One min read