Skip to content

Docker on MacOS: Xdebug for Atom (deprecated)

orphan

Docker on MacOS: Xdebug for Atom (deprecated)

Atom is no longer a supported editor for new Xdebug setups. GitHub archived Atom and sunset the project in December 2022, so its PHP debug packages no longer track current Xdebug and PHP releases.

Do not start a new Devilbox debugging setup with Atom. Use one of the maintained macOS guides instead:

What to use instead

Choose an editor with current DBGp/Xdebug 3 support:

  • PhpStorm 2024.3 or 2025.1 for an integrated PHP IDE workflow.
  • Visual Studio Code with the xdebug.php-debug extension for a light editor workflow.
  • Sublime Text 4 with the xdebug-client package if you prefer Sublime.

macOS host note

The maintained macOS guides use Docker Desktop’s built-in host.docker.internal name. You no longer need a loopback host alias for current Docker Desktop based Devilbox debugging.