Skip to content

Commit 0fd7101

Browse files
committed
issue #3389 https://github.com/lando/lando/issues/ do not use config for xdebug 2 since current php-versions come with xdebug3
1 parent 7b855a3 commit 0fd7101

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/php.ini

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ date.timezone = "UTC"
2727

2828
; Xdebug
2929
xdebug.max_nesting_level = 512
30-
xdebug.remote_autostart = 1
3130
xdebug.start_with_request = trigger
3231
xdebug.mode = ${XDEBUG_MODE}
3332

docs/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ If you have set `xdebug: true` in your recipe or service config and run `lando r
165165
xdebug.max_nesting_level = 256
166166
xdebug.show_exception_trace = 0
167167
xdebug.collect_params = 0
168-
xdebug.remote_enable = 1
168+
xdebug.mode = debug
169169
xdebug.remote_host = YOUR HOST IP ADDRESS
170170
```
171171

0 commit comments

Comments
 (0)