Removes xdebug from production php.ini and moves it to development dir
This commit is contained in:
parent
24a1d14119
commit
c919dfd6d1
2 changed files with 30 additions and 0 deletions
14
development/xdebug.ini
Normal file
14
development/xdebug.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
zend_extension=xdebug
|
||||
|
||||
[xdebug]
|
||||
xdebug.mode=develop,debug
|
||||
xdebug.default_enable=1
|
||||
xdebug.remote_enable=1
|
||||
xdebug.remote_port=9000
|
||||
xdebug.remote_handler=dbgp
|
||||
xdebug.remote_connect_back=0
|
||||
xdebug.remote_host=host.docker.internal
|
||||
xdebug.idekey=VSCODE
|
||||
xdebug.remote_autostart=1
|
||||
xdebug.start_with_request=yes
|
||||
xdebug.log=/tmp/xdebug.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue