Contributor Training: Using `ddev debug test` to support others

October 12, 2024 2 min read

Edit this page
Using `ddev debug test` to support others

Here’s our October 9, 2024 Contributor Training on using ddev debug test to help other users:

What is ddev debug test anyway?

ddev debug test is really just a shell script embedded in the ddev binary that tries to answer all the questions we’ve learned to ask in support sessions in our DDEV Discord channel and the issue queue. There are so many different things that can affect people’s DDEV experience, and asking the questions one by one is hard. So when people just run that one command and we can read through the results, it’s a big win.

What does it check?

  • DDEV version, architecture
  • Docker provider and configuration
  • Operating system and context
  • Project configuration and specialized configuration
  • Network connectivity inside and outside the container, and DNS name lookup

ddev debug test will often suggest what’s going wrong with a person’s DDEV/Docker/OS setup, making sure we know what version they’re using and what context they’re using it in.

How can I contribute to it?

Add to the script with a PR. Make sure you’ve manually tested it.

Contributions welcome!

Your suggestions to improve this blog are welcome. You can do a PR to this blog adding your techniques. Info and a training session on how to do a PR to anything in ddev.com is at DDEV Website For Contributors.

Join us for the next DDEV Live Contributor Training. Sign up at DDEV Live Events Meetup.