GithubHelp home page GithubHelp logo

skyred / drupal-devcontainers Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 1.0 36 KB

A starter-kit of devcontainers (IDE as code) for Drupal development

License: GNU General Public License v3.0

Shell 100.00%
devcontainer drupal vscode

drupal-devcontainers's People

Contributors

skyred avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

2suns

drupal-devcontainers's Issues

Support custom web-root

The upstream Drupal docker library uses the composer default web folder name as the web-root. So if a project has a custom web-root, the current way to get around with it is to create a system link.

ln -s ./docroot/ web

But, we'd like to automate this.

When xdebug client is not active, functional test error message doesn't print to console.

With the current version (running phpunit as www-data and standard error path is set):

If xdebug client is not active/turn on, then the error message doesn't print to console as well as /var/log/php_error.log. Instead, xdebug warning like:

Xdebug: [Step Debug] Could not connect to debugging client. Tried: host.docker.internal:9003 (fallback through xdebug.client_host/xdebug.client_port) :-(

is printed to both console and /var/log/php_error.log

Comparing to:

  • If xdebug client is active, then functional test error message prints fine, break points also work well
  • If the test is kernel, then the error message prints fine no matter if the xdebug client is active or not.

Workaround for now:

  1. Turn on xdebug client, set or unset breakpoints would work. Easy.
  2. Turn off xdebug serve side in the container (';xdebug.mode=debug' in /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini), but this would debugging functional test from working.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.