Update xdebug config
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
[xdebug]
|
[xdebug]
|
||||||
zend_extension = xdebug.so
|
zend_extension = xdebug.so
|
||||||
xdebug.remote_enable = 1
|
xdebug.mode = debug
|
||||||
xdebug.remote_host = 172.17.0.1
|
xdebug.client_host = 172.17.0.1
|
||||||
xdebug.remote_connect_back = 1 # Not safe for production servers
|
xdebug.discover_client_host = yes
|
||||||
xdebug.remote_port = 9000
|
xdebug.client_port = 9000
|
||||||
xdebug.idekey = VSCODE
|
xdebug.idekey = VSCODE
|
||||||
xdebug.remote_handler = dbgp
|
xdebug.remote_handler = dbgp
|
||||||
xdebug.remote_mode = req
|
xdebug.start_with_request = yes
|
||||||
xdebug.remote_autostart = true
|
|
||||||
xdebug.remote_log = "/var/log/xdebug/xdebug.log"
|
|
||||||
xdebug.force_display_errors = On
|
xdebug.force_display_errors = On
|
||||||
|
xdebug.log = "/var/log/xdebug/xdebug.log"
|
||||||
|
|
||||||
|
|
||||||
# Activation du Profiler
|
# Activation du Profiler
|
||||||
xdebug.profiler_enable = 1
|
xdebug.mode = profile
|
||||||
xdebug.profiler_output_dir = "/var/log/xdebug/"
|
xdebug.output_dir = "/var/log/xdebug/"
|
||||||
xdebug.profiler_output_name = "cachegrind.%s.out"
|
xdebug.profiler_output_name = "cachegrind.%s.out"
|
||||||
|
Reference in New Issue
Block a user