added xdebug
This commit is contained in:
6
docker/php/xdebug.ini
Normal file
6
docker/php/xdebug.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[xdebug]
|
||||
xdebug.mode=debug
|
||||
xdebug.start_with_request=trigger
|
||||
xdebug.client_host=host.docker.internal
|
||||
xdebug.client_port=9003
|
||||
xdebug.idekey=VSCODE
|
||||
Reference in New Issue
Block a user