Docker on Windows: Xdebug for Atom (deprecated)
orphan
Docker on Windows: 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 Windows 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.
Windows host note
The maintained Windows guides use Docker Desktop’s built-in
host.docker.internal name. You no longer need to copy the DockerNAT or
virtual-switch address into each Xdebug configuration.