drupal-debug
drupal-debug copied to clipboard
Alternative Kernel for Drupal 8 to improve the Developer eXperience during the development process.
Thanks for this module. Add support for Drupal 8.8 Related to discussion #81, add an action to enable the debug cacheability which can be pretty handy: https://www.drupal.org/docs/8/api/responses/cacheableresponseinterface#debugging
The following actions should easily be made optional : - DisableCSSAggregation - DisableJSAggregation - DisplayDumpLocation - DisplayPrettyExceptions - DisplayPrettyExceptionsASAP - EnabledDebugClassLoader - EnableTwigDebug - EnableTwigStrictVariables - ThrowErrorsAsExceptions - WatchHooksImplementations -...
If this library allows to replace the development.services.yml and development settings in settings.php, here are some options currently not reported. I want to know if it is planned that it...
Hello, As some hooks can be found in other files than .module using hook_hook_info() (https://git.drupalcode.org/project/drupal/blob/8.8.x/core/lib/Drupal/Core/Extension/module.api.php#L84) or hook_module_implements_alter() in some more fancy cases, do you think the WatchModulesHooksImplementationsActions could be improved...
Hello, I am testing drupal-debug on my personal stack and wanting to use all the features of the pretty exceptions, in my drupal-debug.yml I have set: ```yaml file_link_format: phpstorm://open?url=file://%%f&line=%%l&/project/>/home/florent/sites/docker-drupal-project-d8/ ```...
Let's discuss about it..
Panther is now using Sf new HttpClient and it brokes our tests. Hard locked to a previous version for the moment.
Sf 4.3 dropped the \Serializable interface on Resources. We need to rely on something else.
It is probably not working on Windows. We need to check it and make it work.