drupal-debug icon indicating copy to clipboard operation
drupal-debug copied to clipboard

Alternative Kernel for Drupal 8 to improve the Developer eXperience during the development process.

Results 16 drupal-debug issues
Sort by recently updated
recently updated
newest added

When you modify a js or css file of a library, you need a full cache wipe for Drupal to take the changes into account. I guess we can do...

enhancement

The `SourceContextProvider` that is used to determine the location of the dump was only added in Symfony Debug component in 4.1. We need to be compatible with the 3.4 version....

- [ ] A test without and with this library for each action - [ ] Test for the original DrupalKernel substitution ? I already have tests for some actions...

in progress

For https://github.com/ekino/drupal-debug/issues/6 we are gonna need a `CustomExtensionGlobResource` because we cannot expect developpers to hardcode all their custom file paths one by one. So a resource linked to a custom...

When some options are changed, the container definition should be invalidated. Example : - I use the `DisplayPrettyExceptionsAction` with a logger. - The container definition gets cached. - I remove...

It would be great to have a way for user land code / vendor code to easily add its own actions.