Skip to content

Instantly share code, notes, and snippets.

@opensussex
Created July 11, 2016 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opensussex/250b3f66cca2cf309b89a0c2cc905893 to your computer and use it in GitHub Desktop.
Save opensussex/250b3f66cca2cf309b89a0c2cc905893 to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.remote_enable=On
xdebug.remote_handler="dbgp"
xdebug.remote_port=9000
xdebug.remote_autostart = 1
xdebug.idekey = "netbeans-xdebug"
xdebug.remote_connect_back=on
@opensussex
Copy link
Author

the above settings worked for me for the atom php-debug plugin using xdebug on a vagrant box (was actually an instance of homestead)

@opensussex
Copy link
Author

could probably change the idekey to something else - but the above worked ok (obviously atom is not anything to do with netbeans)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment