Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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