Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created August 27, 2015 01:58
Show Gist options
  • Save TheOpenDevProject/6767fd01a1370c6b2dbf to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/6767fd01a1370c6b2dbf to your computer and use it in GitHub Desktop.
[xdebug]
xdebug.remote_enable = On
xdebug.remote_port = 9000
xdebug.remote_connect_back=1
xdebug.remote_handler = "dbgp"
xdebug.remote_host=192.168.10.22
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
xdebug.show_local_vars=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment