diff options
Diffstat (limited to 'workspace/xdebug.ini')
| -rw-r--r-- | workspace/xdebug.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/workspace/xdebug.ini b/workspace/xdebug.ini new file mode 100644 index 0000000..dfe2f10 --- /dev/null +++ b/workspace/xdebug.ini @@ -0,0 +1,13 @@ +; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini) + +xdebug.remote_autostart=0 +xdebug.remote_enable=0 +xdebug.remote_connect_back=0 +xdebug.cli_color=0 +xdebug.profiler_enable=0 +xdebug.remote_handler=dbgp +xdebug.remote_mode=req + +xdebug.remote_port=9000 +xdebug.remote_host=dockerhost +xdebug.idekey=PHPSTORM |
