Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/img/blog/2026/02/xdebug-debugging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions src/content/blog/ddev-local-phpstorm-and-xdebug-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ author: Randy Fay
summary: Video walkthrough of debugging with PhpStorm and Xdebug.
featureImage:
src: /img/blog/2020/08/screen-shot-2020-08-04-at-5.27.30-pm-1.png
alt: Still from video title matching this post, with the subtitle No fiddling. No configuration. No php.ini
alt: Still from video title matching this post, with the subtitle "No fiddling. No configuration. No php.ini"
hide: true
categories:
- Guides
- Videos
modifiedDate: 2025-07-21
#modifiedComment: "Minor edits""
modifiedDate: 2026-02-15
modifiedComment: "See updated guide: Xdebug in DDEV: Understanding, Debugging, and Troubleshooting Step Debugging"
---

**Update**: See the comprehensive updated guide: [Xdebug in DDEV: Understanding, Debugging, and Troubleshooting Step Debugging](xdebug-step-debugging-understanding-and-troubleshooting.md) covering DDEV v1.25's new `ddev utility xdebug-diagnose` tool and advanced troubleshooting.

---

<div class="video-container">
Expand Down
7 changes: 6 additions & 1 deletion src/content/blog/xdebug-debugging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "DDEV and Xdebug: Debugging and sorting out problems"
pubDate: 2024-05-28
# modifiedDate: 2024-04-23
modifiedDate: 2026-02-15
modifiedComment: "See updated guide: Xdebug in DDEV: Understanding, Debugging, and Troubleshooting Step Debugging"
summary: How Xdebug works with DDEV, and how to debug problems
author: Randy Fay
featureImage:
Expand All @@ -14,6 +15,10 @@ categories:
- Guides
---

**Update**: See the comprehensive updated guide: [Xdebug in DDEV: Understanding, Debugging, and Troubleshooting Step Debugging](xdebug-step-debugging-understanding-and-troubleshooting.md) covering DDEV v1.25's new `ddev utility xdebug-diagnose` tool and advanced troubleshooting.

---

PHP developers have long had a variety of complications using Xdebug. It's a network protocol, which means that firewalls and other network complications can confuse things. And often people just don't understand how it works. We'll try to sort out how Xdebug works in general, and explain what that means in DDEV, and how to debug problems.

Here's a recording of our **Xdebug contributor Training** walking through DDEV and Xdebug.
Expand Down
Loading
Loading