9 lines
209 B
INI
9 lines
209 B
INI
|
|
|
||
|
|
zend_extension = xdebug.so
|
||
|
|
xdebug.start_with_request = no
|
||
|
|
xdebug.mode = debug
|
||
|
|
xdebug.client_host = host.docker.internal
|
||
|
|
xdebug.client_port = 9003
|
||
|
|
xdebug.remote_cookie_expire_time = 36000
|
||
|
|
xdebug.idekey=VSCODE
|