Skip to content

Commit

Permalink
issue #3389 https://github.com/lando/lando/issues/ do not use config …
Browse files Browse the repository at this point in the history
…for xdebug 2 since current php-versions come with xdebug3
  • Loading branch information
zuernBernhard committed Jan 26, 2024
1 parent 7b855a3 commit 0fd7101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ date.timezone = "UTC"

; Xdebug
xdebug.max_nesting_level = 512
xdebug.remote_autostart = 1
xdebug.start_with_request = trigger
xdebug.mode = ${XDEBUG_MODE}

Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ If you have set `xdebug: true` in your recipe or service config and run `lando r
xdebug.max_nesting_level = 256
xdebug.show_exception_trace = 0
xdebug.collect_params = 0
xdebug.remote_enable = 1
xdebug.mode = debug
xdebug.remote_host = YOUR HOST IP ADDRESS
```

Expand Down

0 comments on commit 0fd7101

Please sign in to comment.