Commit 0fbce1a
committed
Update README with detailed Xdebug debugging instructions
This commit enhances the debugging section of the README with vital information about:
- The correct path mapping configuration required between host and container
- Clear explanation of why the mapping is crucial for breakpoints to work
- Step-by-step instructions for enabling and using the debugger
- Troubleshooting tips for common Xdebug issues
This documentation will help developers avoid common pitfalls when setting up
Xdebug with VSCode in a Docker environment, particularly regarding the critical
path mapping between the local ./web directory and the container's /var/www/html path.1 parent 3e448e4 commit 0fbce1a
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
191 | 203 | | |
192 | 204 | | |
193 | 205 | | |
| |||
0 commit comments