Skip to content

Instantly share code, notes, and snippets.

@omarlopesino
Last active March 29, 2019 20:27
Show Gist options
  • Save omarlopesino/1842213b1f2497d7e66882cb97c0c3c4 to your computer and use it in GitHub Desktop.
Save omarlopesino/1842213b1f2497d7e66882cb97c0c3c4 to your computer and use it in GitHub Desktop.
DDev xdebug cli
xdebug_enabled: true
version: '3.6'
services:
web:
environment:
# Set the same servername as your IDE uses.
# Netbeans uses 'netbeans-xdebug'.
# PHPstorm use a server that exists in Settings > PHP > Servers.
# Use PHP_IDE_CONFIG for phpstorm.
- PHP_IDE_CONFIG=serverName=[servername]
# Use XDEBUG_CONFIG for netbeans.
- XDEBUG_CONFIG: netbeans-xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment