Xdebug not working
Configure Xdebug in Dockware
shopware:
image: dockware/shopware:latest
...
environment:
- XDEBUG_ENABLED=1 // 1|0 for ON|OFFUse Xdebug
Use with Browser (Chrome)

Use with API clients
Advanced Configuration
Troubleshooting
1. Is XDebug activated?
2. PHP Storm / IDE Configuration
3. Chrome Extension
4. Local PHP that blocks Port?
Last updated
Was this helpful?