mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 11:58:51 +00:00
10 lines
237 B
INI
10 lines
237 B
INI
zend_extension=xdebug.so
|
|
|
|
[xdebug]
|
|
xdebug.mode=develop,debug
|
|
xdebug.discover_client_host=1
|
|
xdebug.client_port=9003
|
|
xdebug.start_with_request=yes
|
|
xdebug.log='/var/log/xdebug/xdebug.log'
|
|
xdebug.connect_timeout_ms=2000
|
|
xdebug.idekey=VSCODE
|