Add xdebug configuration for PHPSTORM

This commit is contained in:
benjamin melançon 2019-09-28 20:52:06 -04:00
parent c7b0b011b1
commit ec351cb728
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ php_version: "7.2"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
xdebug_enabled: true
additional_hostnames: []
additional_fqdns: []
mariadb_version: "10.2"

2
.ddev/php/xdebug.ini Normal file
View file

@ -0,0 +1,2 @@
[XDebug]
xdebug.idekey = PHPSTORM