Add xdebug configuration for PHPSTORM
This commit is contained in:
parent
c7b0b011b1
commit
ec351cb728
2 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ php_version: "7.2"
|
||||||
webserver_type: nginx-fpm
|
webserver_type: nginx-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
xdebug_enabled: false
|
xdebug_enabled: true
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
mariadb_version: "10.2"
|
mariadb_version: "10.2"
|
||||||
|
|
2
.ddev/php/xdebug.ini
Normal file
2
.ddev/php/xdebug.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[XDebug]
|
||||||
|
xdebug.idekey = PHPSTORM
|
Loading…
Add table
Reference in a new issue