Skip to content

Commit 6979bd0

Browse files
committedAug 27, 2021
Added README.md file.
1 parent 34b9ff4 commit 6979bd0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Image for codeception with xDebug v3.
2+
3+
## How to use xDebug?
4+
5+
1. Configure you IDE to use xDebug with 9003 port.
6+
2. Configure PHP Web Page server in your IDE.
7+
3. Run docker container with env variabls for xDebug config.
8+
9+
```yml
10+
codecept:
11+
environment:
12+
PHP_IDE_CONFIG: serverName=my-ide
13+
XDEBUG_MODE: develop,debug
14+
XDEBUG_CONFIG: 'client_host=host.docker.internal start_with_request=yes idekey=my-ide'
15+
16+
```

0 commit comments

Comments
 (0)
Please sign in to comment.