18 lines
446 B
INI
18 lines
446 B
INI
[xdebug]
|
|
zend_extension = xdebug.so
|
|
xdebug.mode = debug
|
|
xdebug.client_host = 172.17.0.1
|
|
xdebug.discover_client_host = yes
|
|
xdebug.client_port = 9000
|
|
xdebug.idekey = VSCODE
|
|
xdebug.remote_handler = dbgp
|
|
xdebug.start_with_request = yes
|
|
xdebug.force_display_errors = On
|
|
xdebug.log = "/var/log/xdebug/xdebug.log"
|
|
|
|
|
|
# Activation du Profiler
|
|
xdebug.mode = profile
|
|
xdebug.output_dir = "/var/log/xdebug/"
|
|
xdebug.profiler_output_name = "cachegrind.%s.out"
|