streams/.vscode/php.ini

18 lines
404 B
INI
Raw Normal View History

2022-07-19 11:14:44 +00:00
[PHP]
; Xdebug
xdebug.max_nesting_level = 256
xdebug.show_exception_trace = 0
xdebug.collect_params = 0
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_host = ${LANDO_HOST_IP}
2022-10-18 19:23:50 +00:00
xdebug.log_level = 0
2022-07-19 11:14:44 +00:00
; Remote settings
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_host = ${LANDO_HOST_IP}
; xdebug.remote_connect_back = 1
; xdebug.remote_log = /tmp/xdebug_remote.log