update for xdebug

This commit is contained in:
sHa
2022-04-05 12:49:23 +03:00
parent 19d3afc5f1
commit 03213ffa25
5 changed files with 40 additions and 39 deletions

View File

@@ -1,6 +1,18 @@
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_connect_back = 1
xdebug.remote_idekey = VSCODE
xdebug.remote_host=docker.for.mac.localhost
xdebug.remote_port=9003
zend_extension = xdebug.so
;old xdebug.remote_enable = 1
xdebug.mode = develop,coverage,debug,profile
;old xdebug.remote_connect_back = 0
xdebug.discover_client_host = true
;old xdebug.remote_autostart = 1
xdebug.start_with_request = yes
;old xdebug.remote_idekey = docker
xdebug.idekey = docker
;old xdebug.remote_host = 10.254.254.254
; xdebug.client_host = host.docker.internal
; xdebug.client_host = docker.for.mac.localhost
xdebug.client_host = 10.254.254.254
;old xdebug.remote_port = 9003
xdebug.client_port = 9003
xdebug.log=/dev/stdout
xdebug.log_level=0