Docker on Linux: Xdebug for Atom (deprecated)
orphan
Docker on Linux: 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 Linux 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-debugextension for a light editor workflow. - Sublime Text 4 with the
xdebug-clientpackage if you prefer Sublime.
Linux host note
The maintained Linux guides document the current Devilbox recipe for
Xdebug 3, including host.docker.internal with Docker Engine 20.10+
host-gateway support and the host-IP fallback.