shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

271
active users

#xdebug

0 posts0 participants0 posts today
github.com/ghostwriter<p>If you and your team find <a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> useful, please consider supporting the project.</p><p><a href="https://xdebug.org/support" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">xdebug.org/support</span><span class="invisible"></span></a></p>
Xdebug<p>🥳 Xdebug 3.4.5 Released!</p><p>🐛 This is a bug fix release.</p><p>🧬 One fix addresses crashes when using Xdebug's debugger with (nested) Fibers.</p><p>↪️ A second bug addresses an issue where, while debugging, Xdebug sometimes calls get property hooks which can then update and change the object's state.</p><p>📄 The full list of changes can be found on the updates page: <a href="https://xdebug.org/announcements/2025-07-14" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">xdebug.org/announcements/2025-</span><span class="invisible">07-14</span></a></p><p><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://phpc.social/tags/debugging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debugging</span></a></p>
github.com/ghostwriter<p>Code coverage with Fibers in <a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> is looking solid!</p><p>Patch #1025 works flawlessly in my codebase. </p><p>Thank you, <span class="h-card" translate="no"><a href="https://phpc.social/@derickr" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>derickr</span></a></span> </p><p>No rush on the merge, I appreciate your careful approach and attention to detail.</p><p>:elephpant_black: <a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
DrupalCon Europe<p>We are introducing Derick Rethans as a featured speaker of the CODING &amp; SITE BUILDING track. Join his session “Better Debugging with Xdebug” on 16 October.</p><p>Come level up your debugging skills at DrupalCon Vienna! <br>👉<a href="https://events.drupal.org/vienna2025/coding-site-building" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">events.drupal.org/vienna2025/c</span><span class="invisible">oding-site-building</span></a> </p><p><a href="https://mastodon.social/tags/DrupalConVienna" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DrupalConVienna</span></a> <a href="https://mastodon.social/tags/DrupalConEur" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DrupalConEur</span></a> <a href="https://mastodon.social/tags/Coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Coding</span></a> <a href="https://mastodon.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a></p><p><span class="h-card" translate="no"><a href="https://phpc.social/@derickr" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>derickr</span></a></span></p>
Derick Rethans' Blog<b>Xdebug Update: June 2025</b><br><a href="https://derickrethans.nl/xdebug-update-june-2025.html" rel="nofollow noopener" target="_blank">Original Post</a><br><br><p>In this monthly update I explain what happened with Xdebug development.</p><p><a href="https://github.com/sponsors/derickr/" rel="nofollow noopener" target="_blank">GitHub</a> and <a href="https://xdebug.org/support" rel="nofollow noopener" target="_blank">Pro/Business supporters</a> will get it earlier, around the first of each month.</p><p>In the last month, I spend around 22 hours on Xdebug, with 21 hours funded.</p><p><strong>Xdebug 3.4</strong></p><p>I spend most of the time this month working on bug fixes, resulting in the mid-month release of Xdebug 3.4.4. Most of the fixes revolved around exceptions and generating stack traces for them.</p><p>While fixing these, I also stumbled upon another <a href="https://bugs.xdebug.org/2354" rel="nofollow noopener" target="_blank">bug</a>. The issue here was that Xdebug wouldn't include the argument name for <code>__invoke()</code> call frames in its output. This only matters to PHP 8.1 and before though.</p><p>The rest of the month I spend on trying to resolve the code-coverage-with-fibers issue that I wrote about last month.</p><p>I now have a <a href="https://github.com/xdebug/xdebug/pull/1025" rel="nofollow noopener" target="_blank">Pull Request</a> that addresses the original bug and crash, but it does not yet fix all the problems that I discovered while running the test suite of <a href="https://github.com/reactphp/async" rel="nofollow noopener" target="_blank">reactphp/async</a> with code coverage enabled. Therefore I did not manage to make another release this month addressing this issue. I hope to finalise this by the end of July.</p><p><strong>Native Path Mapping</strong></p><p>I have only played around with this during some demos in presentations showing this feature, but I did not make any progress with the feature itself.</p><p>It also seems that the PhpStorm team has looked at my <a href="https://youtrack.jetbrains.com/issue/WI-81344/Cant-Set-Breakpoints-in-Template-Files-Even-Though-I-Added-The-File-Name-Pattern-to-PHP" rel="nofollow noopener" target="_blank">bug report</a> either.</p><p><strong>Xdebug Videos</strong></p><p>I have created one new video in the last months:</p><ul><li><p><a href="https://youtu.be/8tHKq_5-cXo" rel="nofollow noopener" target="_blank">Xdebug 3.5: Native Path Mapping Teaser</a></p></li></ul><p>All Xdebug videos can be watched on my <a href="https://www.youtube.com/playlist?list=PLg9Kjjye-m1g_eXpdaifUqLqALLqZqKd4" rel="nofollow noopener" target="_blank">channel</a>.</p><p>If you have any suggestions, feel free to reach out to <a href="https://phpc.social/@derickr" rel="nofollow noopener" target="_blank">me on Mastodon</a> or via <a href="http://derickrethans/who.html" rel="nofollow noopener" target="_blank">email</a>.</p><p><strong>Business Supporter Scheme and Funding</strong></p><p>On GitHub sponsors, I am currently 42% towards my $2,500 per month goal, which is set to allow continued of Xdebug.</p><p>If you are leading a team or company, then it is also possible to support Xdebug through <a href="https://xdebug.org/support" rel="nofollow noopener" target="_blank">a subscription</a>.</p><p>In the last month, no new business supporters signed up.</p><p>Besides business support, I also maintain a <a href="https://www.patreon.com/derickr" rel="nofollow noopener" target="_blank">Patreon</a> page, a profile on <a href="https://github.com/sponsors/derickr" rel="nofollow noopener" target="_blank">GitHub sponsors</a>, as well as an <a href="https://opencollective.com/xdebug" rel="nofollow noopener" target="_blank">OpenCollective</a> organisation.</p><p>If you want to contribute to specific projects, you can find those on the <a href="https://xdebug.org/funding" rel="nofollow noopener" target="_blank">Projects</a> page.</p><p><strong>Xdebug Cloud</strong></p><p><a href="https://xdebug.cloud" rel="nofollow noopener" target="_blank">Xdebug Cloud</a> is the <em>Proxy As A Service</em> platform to allow for debugging in more scenarios, where it is hard, or impossible, to have Xdebug make a connection to the IDE. It is continuing to operate as Beta release.</p><p>Packages start at £49/month, and I have recently introduced a package for larger companies. This has a larger initial set of tokens, and discounted extra tokens.</p><p>If you want to be kept up to date with Xdebug Cloud, please sign up to the <a href="https://xdebug.cloud/newsletter" rel="nofollow noopener" target="_blank">mailing list</a>, which I will use to send out an update not more than once a month.</p>
Dan Leech<p>Released 0.1.0 of (x)debug-tui:</p><p><a href="https://github.com/dantleech/debug-tui" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/dantleech/debug-tui</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://fosstodon.org/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a></p>
Ben Ramsey<p>I haven’t had many problems with <a href="https://phpc.social/tags/PhpStorm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PhpStorm</span></a>’s <a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> 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.</p><p>This is the error I see in the step debugging console. The only thing I know has changed is PhpStorm (it upgraded).</p><p>```<br>Cannot find file '/path/to/ramsey/uuid/Standard input code' locally.<br>```</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
~RiWe :fediverse:<p>I have this wired output when I run <a href="https://det.social/tags/PHPUNIT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHPUNIT</span></a> and <a href="https://det.social/tags/XDEBUG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XDEBUG</span></a> :</p><p>$ vendor/bin/phpunit --coverage-html coverage --coverage-text<br>PHPUnit 9.6.19 by Sebastian Bergmann and contributors.<br>Runtime: PHP 8.2.28 with Xdebug 3.4.4<br>Configuration: /.../phpunit.xml<br>double free or corruption (fasttop)<br>/bin/bash: line 158: 196 Aborted (core dumped) vendor/bin/phpunit --coverage-html coverage --coverage-text</p><p>Has someone seen this before? How to solve it? <a href="https://det.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a></p>
Xdebug<p>🥳 Xdebug 3.4.4 Released!</p><p>🐞 This is a bug fix release that fixes a few crashes with regard to exceptions. This was a regression from Xdebug 3.4.3.</p><p>📄 The full list of changes can be found on the updates page: <a href="https://xdebug.org/announcements/2026-06-12" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">xdebug.org/announcements/2026-</span><span class="invisible">06-12</span></a></p><p><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://phpc.social/tags/debugging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debugging</span></a> <a href="https://phpc.social/tags/fix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fix</span></a> <a href="https://phpc.social/tags/release" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>release</span></a></p>
Derick Rethans<p>The slides for my "Better Debugging with <span class="h-card" translate="no"><a href="https://phpc.social/@Xdebug" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Xdebug</span></a></span>" at <span class="h-card" translate="no"><a href="https://phparch.social/@phptek" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>phptek</span></a></span> are now online at <a href="https://derickrethans.nl/talks/xdebug-tek25" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">derickrethans.nl/talks/xdebug-</span><span class="invisible">tek25</span></a></p><p><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/phptek" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>phptek</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a></p>
Xdebug<p>🥳 Xdebug 3.4.3 Released!</p><p>🐞 This is a bug fix release that fixes a few crashes.</p><p>↪️ 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.</p><p>📄 The full list of changes can be found on the updates page: <a href="https://xdebug.org/announcements/2025-05-14" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">xdebug.org/announcements/2025-</span><span class="invisible">05-14</span></a></p><p><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://phpc.social/tags/debugging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debugging</span></a> <a href="https://phpc.social/tags/fix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fix</span></a> <a href="https://phpc.social/tags/release" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>release</span></a></p>
Derick Rethans<p>📹 I have created a new video!</p><p>:xdebug: In this video, I am showing off preliminary work on native path mapping.</p><p>📜 This allows you to directly debug template files.</p><p>🏃 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.</p><p>🔗 <a href="https://www.youtube.com/watch?v=8tHKq_5-cXo" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=8tHKq_5-cX</span><span class="invisible">o</span></a> (subtitles available)</p><p>ℹ️ For more information, and the specs, see the project page: <a href="https://xdebug.org/funding/001-native-path-mapping" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">xdebug.org/funding/001-native-</span><span class="invisible">path-mapping</span></a></p><p><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://phpc.social/tags/NeosFlow" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NeosFlow</span></a> <a href="https://phpc.social/tags/NewFeature" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NewFeature</span></a></p>
Ben Ramsey<p><span class="h-card" translate="no"><a href="https://mastodon.social/@zapiz" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>zapiz</span></a></span> Xdebug is amazing, as others have suggested.</p><p>I also ensure full coverage with unit tests, using PHPUnit.</p><p><a href="https://phpc.social/tags/PHP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHP</span></a> <a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> <a href="https://phpc.social/tags/PHPUnit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PHPUnit</span></a></p>
Dan Leech<p>debug-tui now has a macos build - feel free to run a random binary from the internet and let me know if it works!</p><p><a href="https://github.com/dantleech/debug-tui/releases/tag/0.0.3" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/dantleech/debug-tui</span><span class="invisible">/releases/tag/0.0.3</span></a></p><p><a href="https://fosstodon.org/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://fosstodon.org/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a></p>
Dan Leech<p>today in (x)debug-tui I added themes and improved the proeprty rendering: <a href="https://fosstodon.org/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://fosstodon.org/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a></p>
github.com/ghostwriter<p>Thanks <span class="h-card" translate="no"><a href="https://phpc.social/@derickr" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>derickr</span></a></span> — Appreciate the well-designed API and detailed documentation.</p><p><a href="https://xdebug.org/docs/code_coverage" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">xdebug.org/docs/code_coverage</span><span class="invisible"></span></a></p><p><a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> <a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a></p>
Dan Leech<p>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 &lt;tab&gt; to select focus and scroll the source/property-list up and down <a href="https://fosstodon.org/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://fosstodon.org/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://fosstodon.org/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a></p>
Dan Leech<p>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.</p><p>My next feature will either be the ability to go "back" in the history or to show the local vars / properties. <a href="https://fosstodon.org/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://fosstodon.org/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://fosstodon.org/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a></p>
filefabrik<p>❤️ <a href="https://phpc.social/tags/Xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xdebug</span></a> and property hooks looks since 3.4.2 good<br>thx <span class="h-card" translate="no"><a href="https://phpc.social/@derickr" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>derickr</span></a></span></p>
Derick Rethans<p>Do you use VS Code and the PHP Debug plugin to use <span class="h-card" translate="no"><a href="https://phpc.social/@Xdebug" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Xdebug</span></a></span>?</p><p>It'd mean the world to us to leave a nice/constructive review:<br><a href="https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug&amp;ssr=false#review-details" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">marketplace.visualstudio.com/i</span><span class="invisible">tems?itemName=xdebug.php-debug&amp;ssr=false#review-details</span></a></p><p><a href="https://phpc.social/tags/vscode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vscode</span></a> <a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/xdebug" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xdebug</span></a> <a href="https://phpc.social/tags/debugging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debugging</span></a></p>