mirror of
https://github.com/shadoll/php7-xdebug-vscode.git
synced 2025-12-20 01:25:51 +00:00
inital commit
This commit is contained in:
0
.env.local
Normal file
0
.env.local
Normal file
6
docker-compose.xdebug.yml
Normal file
6
docker-compose.xdebug.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
php:
|
||||||
|
volumes:
|
||||||
|
- ./docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
||||||
@@ -6,7 +6,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/php/php.ini:/usr/local/etc/php/conf.d/php.ini
|
- ./docker/php/php.ini:/usr/local/etc/php/conf.d/php.ini
|
||||||
- ./docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
|
||||||
- ./app:/var/www/html
|
- ./app:/var/www/html
|
||||||
|
|
||||||
composer:
|
composer:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ zend_extension = xdebug.so
|
|||||||
;old xdebug.remote_enable = 1
|
;old xdebug.remote_enable = 1
|
||||||
xdebug.mode = develop,coverage,debug,profile
|
xdebug.mode = develop,coverage,debug,profile
|
||||||
;old xdebug.remote_connect_back = 0
|
;old xdebug.remote_connect_back = 0
|
||||||
xdebug.discover_client_host = true
|
xdebug.discover_client_host = false
|
||||||
;old xdebug.remote_autostart = 1
|
;old xdebug.remote_autostart = 1
|
||||||
xdebug.start_with_request = yes
|
xdebug.start_with_request = yes
|
||||||
;old xdebug.remote_idekey = docker
|
;old xdebug.remote_idekey = docker
|
||||||
|
|||||||
Reference in New Issue
Block a user