drupal-debugging

Installation
SKILL.md

Drupal Debugging

Drush Log Watching

# Watch all errors
ddev drush ws --severity=error

# Last 20 entries
ddev drush ws --severity=error --count=20

# Watch all log levels
ddev drush ws --count=50

# Specific type
ddev drush ws --type=php --count=20

PHP Inline Debugging

Installs
29
GitHub Stars
71
First Seen
Apr 17, 2026
drupal-debugging — edutrul/drupal-ai