Skip to content

Instantly share code, notes, and snippets.

@huyby
Created November 26, 2013 08:49
Show Gist options
  • Save huyby/7655247 to your computer and use it in GitHub Desktop.
Save huyby/7655247 to your computer and use it in GitHub Desktop.
PHP cli debugging with Netbeans

PHP cli config

Check cli config if xdebug is configured.

Xdebug ide key

Export 'XDEBUG_CONFIG' with 'idekey=netbeans-xdebug'

$ export XDEBUG_CONFIG="idekey=netbeans-xdebug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment