14 lines
361 B
INI
14 lines
361 B
INI
zend_extension=xdebug.so
|
|
|
|
[xdebug]
|
|
xdebug.remote_autostart = 1
|
|
xdebug.remote_enable = on
|
|
xdebug.profiler_enable = off
|
|
xdebug.profiler_enable_trigger = on
|
|
xdebug.profiler_output_name = cachegrind.out.%t.%p
|
|
xdebug.profiler_output_dir ="/tmp"
|
|
xdebug.show_local_vars=1
|
|
xdebug.remote_port=${XDEBUG_PORT}
|
|
xdebug.remote_host=${XDEBUG_HOST}
|
|
xdebug.idekey=${XDEBUG_IDE}
|