Skip to content

Instantly share code, notes, and snippets.

@cjsaylor
Created October 20, 2012 15:23
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 cjsaylor/3923563 to your computer and use it in GitHub Desktop.
Save cjsaylor/3923563 to your computer and use it in GitHub Desktop.
Xdebug configuration for MacGDBp
[xdebug]
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment