#Xdebug

eurosat7eurosat7
2025-06-29

@dantleech a terminal user interface for xdebug? What an amazing idea. :D

2025-06-28
2025-06-22

I haven’t had many problems with #PhpStorm’s #Xdebug integration in a long time. Most of the time, it Just Works, but today, it decided it doesn’t like me, and so now, my afternoon has been spent trying to get it to work again.

This is the error I see in the step debugging console. The only thing I know has changed is PhpStorm (it upgraded).

```
Cannot find file '/path/to/ramsey/uuid/Standard input code' locally.
```

#PHP

Orhun Parmaksız 👾orhun@fosstodon.org
2025-06-18

Even PHP deserves a better terminal experience 🤍

🐘 **debug-tui** — Interactive PHP step debugger

🔥 Provides an interface for Xdebug in the terminal

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: github.com/dantleech/debug-tui

#rustlang #ratatui #tui #debugger #php #xdebug #commandline #terminal

~RiWe :fediverse:riwe@det.social
2025-06-17

I have this wired output when I run #PHPUNIT and #XDEBUG :

$ vendor/bin/phpunit --coverage-html coverage --coverage-text
PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
Runtime: PHP 8.2.28 with Xdebug 3.4.4
Configuration: /.../phpunit.xml
double free or corruption (fasttop)
/bin/bash: line 158: 196 Aborted (core dumped) vendor/bin/phpunit --coverage-html coverage --coverage-text

Has someone seen this before? How to solve it? #PHP

2025-06-12

🥳 Xdebug 3.4.4 Released!

🐞 This is a bug fix release that fixes a few crashes with regard to exceptions. This was a regression from Xdebug 3.4.3.

📄 The full list of changes can be found on the updates page: xdebug.org/announcements/2025-

#php #xdebug #debugging #fix #release

Derick Rethans' Blogblog@social.derickrethans.nl
2025-06-08
Xdebug Update: May 2025
Original Post

In this monthly update I explain what happened with Xdebug development.

GitHub and Pro/Business supporters will get it earlier, around the first of each month.

In the last month, I spend around 20 hours on Xdebug, with 22 hours funded.

My apologies for missing several monthly reports.

Xdebug 3.4

Code Coverage with Fibers

Native Path Mapping

Xdebug Videos

Business Supporter Scheme and Funding

Xdebug Cloud

Derick Rethansderickr@phpc.social
2025-05-22

The slides for my "Better Debugging with @Xdebug" at @phptek are now online at derickrethans.nl/talks/xdebug-

#php #phptek #xdebug

2025-05-14

🥳 Xdebug 3.4.3 Released!

🐞 This is a bug fix release that fixes a few crashes.

↪️ It improves debugging with PHP 8.4's property hooks by recognising that they have code attached, and no longer throwing fatal errors or exceptions in some situations.

📄 The full list of changes can be found on the updates page: xdebug.org/announcements/2025-

#php #xdebug #debugging #fix #release

Derick Rethansderickr@phpc.social
2025-05-13

📹 I have created a new video!

:xdebug: In this video, I am showing off preliminary work on native path mapping.

📜 This allows you to directly debug template files.

🏃 It will also work for situations where the PHP files that you edit, and which cat "compiled" into other PHP files that actually get executed.

🔗 youtube.com/watch?v=8tHKq_5-cX (subtitles available)

ℹ️ For more information, and the specs, see the project page: xdebug.org/funding/001-native-

#php #xdebug #NeosFlow #NewFeature

2025-05-11

@zapiz Xdebug is amazing, as others have suggested.

I also ensure full coverage with unit tests, using PHPUnit.

#PHP #Xdebug #PHPUnit

2025-05-10

debug-tui now has a macos build - feel free to run a random binary from the internet and let me know if it works!

github.com/dantleech/debug-tui

#php #xdebug

2025-05-04

today in (x)debug-tui I added themes and improved the proeprty rendering: #php #xdebug

github.com/ghostwriterghostwriter@phpc.social
2025-05-01

Thanks @derickr — Appreciate the well-designed API and detailed documentation.

xdebug.org/docs/code_coverage

#Xdebug #php

2025-04-12

more refactoring this morning - history mode now captures the current context so you can browse past state - and I combined the "history" view into the "session" view and the next step will be using <tab> to select focus and scroll the source/property-list up and down #php #xdebug #rust

2025-03-30

made some practical improvements today including a COMMAND mode to enter raw DBGP commands (e.g. set a breakpoint)- so that I can start using it for work tomorrow.

My next feature will either be the ability to go "back" in the history or to show the local vars / properties. #php #xdebug #rust

Johan Vervloetvohanj@phpc.social
2025-03-22

I love #XDebug! For me it's an indispensable tool when I work on #php projects. But it's always a bit of a hassle to set it up. Maybe that's because I use Linux, maybe it's just me.
But some time ago, I started a new project, with @dunglas 's symfony-docker setup. And guess what: XDebug worked out of the box after I followed the steps in the documentation. So: a big shout-out for Kevin, for making this so easy! Thank you 😊♥️

2025-03-17

The Week in Review, Edition 83 (2025-11)

Topics:

🪵 Discover a new tool for the woodturning lathe.

🧠 Explore how LLMs can enhance the programming workflow.

📺 Rating Graph for diving into insightful statistical analyses of TV shows and movies.

📺 A must-watch show: “Schitt’s Creek”

🚴‍♂️ Embark on a 1,300 km gravel adventure around Berlin with the Brandenburg Odyssey, and learn about a small route hiccup.

🌧️ “Soil Moisture Viewer” from the German Weather Service for nerdy insights.

🪲 Xdebug Helper by JetBrains helps triggering the debugger in times of Manifest V3.

🐚 CLI tool of the week: monolith – save complete web pages as a single HTML file.

🔊 Listened to this week: Lena Brysch, Hophiluck and MARIE CLAIRE.

#weekly #Woodworking #Wood #Turning #Woodturning #LLM #AI #IMDb #RatingGraph #SchittsCreek #Brandenburg #BrandenburgOdyssey #Gravel #Spreewald #Unterspreewald #DWD #Xdebug #PHP #SPX #monolith #wget #CLI #Techno

https://www.marcusjaschen.de/en/blog/2025/2025-11/

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst