Skip to content

Instantly share code, notes, and snippets.

@tuongaz
Created May 3, 2012 01:07
Show Gist options
  • Save tuongaz/2582324 to your computer and use it in GitHub Desktop.
Save tuongaz/2582324 to your computer and use it in GitHub Desktop.
XDebug Config
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = [LOCATION_TO_OUTPUT_DIR]
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_connect_back = 1
xdebug.remote_host = [IP_ADDRESS_OF_MACHINE_WHERE_YOUR_IDE_IS]
xdebug.remote_log = [LOCATION_TO_LOG_FILE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment