Skip to content

Instantly share code, notes, and snippets.

@JunielKatarn
Last active October 19, 2016 11:07
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 JunielKatarn/c4dc7af1c07d1e4dc4bb83f4e6de5c6f to your computer and use it in GitHub Desktop.
Save JunielKatarn/c4dc7af1c07d1e4dc4bb83f4e6de5c6f to your computer and use it in GitHub Desktop.
INI file to make XDebug work with NetBeans on Ubuntu 16.04 and Mac OS 10.11.
zend_extension=xdebug.so
xdebug.show_error_trace=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000 # For OS X, use 9001
xdebug.idekey=netbeans-xdebug
xdebug.remote_log="/tmp/xdebug.log"
xdebug.show_error_trace=1
xdebug.default_enable=1
xdebug.remote_autostart=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment