Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

xdebug not installing #1961

@drfuzetto

Description

@drfuzetto

Issue Type

  • Bug Report / Support Request

Your Environment

Vagrant 2.1.5 VirtualBox 5.2.18r124319 ansible 2.7.0 config file = None configured module search path = ['/Users/deborahfuzetto/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/Cellar/ansible/2.7.0/libexec/lib/python3.7/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.7.0 (default, Oct 2 2018, 09:20:07) [Clang 10.0.0 (clang-1000.11.45.2)] 

Your OS

  • macOS (version)

Full console output

https://gist.github.com/drfuzetto/99f83cb04341f801752512d741a6cd02

Summary

xdebug is not getting installed. I have it listed in installed_extras and it doesn't seem to fail on build but when I ssh into VM and do php -i | grep xdebug it is not there.

installed_extras: - adminer - drush - mailhog - nodejs - selenium - xdebug - memcached 

XDebug configuration.

php_xdebug_remote_port: 10000 php_xdebug_remote_host: 10.0.2.2 php_xdebug_remote_log: '' php_xdebug_remote_autostart: 1 php_memory_limit: "4056M" vagrant_memory: 4072 vagrant_cpus: 2 php_xdebug_default_enable: 1 php_xdebug_remote_enable: 1 php_xdebug_remote_connect_back: 1 php_xdebug_idekey: PHPSTORM php_xdebug_coverage_enable: 0 php_xdebug_cli_enable: 0 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions