mirror of
https://github.com/daledavies/jump.git
synced 2026-01-09 00:42:08 +01:00
8 lines
223 B
INI
8 lines
223 B
INI
zend_extension=xdebug.so
|
|
|
|
xdebug.mode=debug,profile
|
|
xdebug.discover_client_host = true
|
|
xdebug.start_with_request=trigger
|
|
xdebug.log="/tmp/xdebug.log"
|
|
xdebug.output_dir="/tmp/xdebug"
|
|
xdebug.profiler_output_name = %s.%R.%p.%r |