mirror of
https://github.com/daledavies/jump.git
synced 2026-05-06 19:45:51 +02:00
Added a dockerfile with xdebug for development
This commit is contained in:
6
docker/xdebug.ini
Normal file
6
docker/xdebug.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
zend_extension=xdebug.so
|
||||
|
||||
xdebug.mode=debug
|
||||
xdebug.discover_client_host = true
|
||||
xdebug.start_with_request=trigger
|
||||
xdebug.log="/tmp/xdebug.log"
|
||||
Reference in New Issue
Block a user