Skip to content

Instantly share code, notes, and snippets.

@cmuench
Created June 29, 2011 09:11
Show Gist options
  • Save cmuench/1053492 to your computer and use it in GitHub Desktop.
Save cmuench/1053492 to your computer and use it in GitHub Desktop.
xdebug config - PHP CLI
[xdebug]
xdebug.remote_enable = on
xdebug.remote_handle = dbgp
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.idekey="netbeans-xdebug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment