Skip to content

Commit 82fda2b

Browse files

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

homestead.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,9 @@ When debugging functional tests that make requests to the web server, it is easi
733733

734734
```ini
735735
; If Homestead.yaml contains a different subnet for the IP address, this address may be different...
736-
xdebug.remote_host = 192.168.10.1
737-
xdebug.remote_autostart = 1
736+
xdebug.client_host = 192.168.10.1
737+
xdebug.mode = debug
738+
xdebug.start_with_request = yes
738739
```
739740

740741
<a name="debugging-cli-applications"></a>

0 commit comments

Comments
 (0)