Last active
March 29, 2019 20:27
-
-
Save omarlopesino/1842213b1f2497d7e66882cb97c0c3c4 to your computer and use it in GitHub Desktop.
DDev xdebug cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdebug_enabled: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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