File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -164,16 +164,17 @@ EFFECTIVE_GID | Effective GID for php, fpm und webserver
164164
165165## Xdebug Remote debugger (PhpStorm)
166166
167- Add a server (Preferences -> PHP -> Servers):
167+ ### 1.) Add a server (Preferences -> Languages & Frameworks -> PHP -> Servers):
168168
169- Setting | Value
170- ----------------------- | -------------
171- Hostname | IP or Hostname of VM
172- Port | 8000
173- Use path mappings | Check
174- Path mapping of code | /docker/code/
169+ Setting | Value
170+ ---------------------------------| -------------
171+ Hostname | IP or Hostname of VM
172+ Port | 8000
173+ Debugger | Xdebug
174+ Use path mappings | Check
175+ Path mapping of folder 'code' | /docker/code/
175176
176- Add a debug connection (Run -> Edit -> Connections) and create a new connection .
177+ ### Add a debug connection (Run -> Edit Configurations... -> Connections) and create a new configuration (PHP Web Application) .
177178
178179Setting | Value
179180--------------------- | -------------
You can’t perform that action at this time.
0 commit comments