Skip to content
Snippets Groups Projects
Commit 024ac6ad authored by jurgenhaas's avatar jurgenhaas
Browse files

#42 Fix settings for XDebug 3

parent cf827053
No related branches found
Tags v3.1.2
No related merge requests found
......@@ -21,11 +21,11 @@ services:
COMPOSER_ALLOW_SUPERUSER: 1
{% if php.xdebug %}
PHP_XDEBUG: 1
PHP_XDEBUG_DEFAULT_ENABLE: 1
PHP_XDEBUG_REMOTE_AUTOSTART: 1
PHP_XDEBUG_MAX_NESTING_LEVEL: 512
PHP_XDEBUG_MODE: debug,develop
PHP_XDEBUG_REMOTE_HOST: {{ docker0.ip }}
PHP_XDEBUG_START_WITH_REQUEST: 1
PHP_IDE_CONFIG: serverName=Docker
PHP_XDEBUG_REMOTE_CONNECT_BACK: 1
DRUSH_ALLOW_XDEBUG: 1
{% if webgrind.enable %}
PHP_XDEBUG_PROFILER_ENABLE: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment