From 93e44e57fbbb86df7a03c6d9ecfa751fb22342a1 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Fri, 10 Feb 2017 14:54:24 +0530 Subject: works for: - vainsocial.com - pg for web - pg for raw - pgAdmin --- workspace/xdebug.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 workspace/xdebug.ini (limited to 'workspace/xdebug.ini') 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 -- cgit v1.3.1