Xdebug
928 posts

Xdebug
@Xdebug
Xdebug debugging extension for PHP. Helping PHP developers fixing bugs. Support @derickr's work: https://t.co/Ebp9emvWN3 Better news at @[email protected]
London Присоединился Mart 2009
1 Подписки5K Подписчики

In the past few months, I worked on a design to bring path mapping into Xdebug itself, without having to rely on an IDE.
This allows for project defined maps, and goes beyond directory-to-directory maps. It will be able to map files, and line ranges:
xdebug.org/funding/001-na…
English

🎉 Xdebug 3.3.0 Released!
🔥 This release introduces support for PHP 8.3, flame graphs, step debugger optimisations, and many more improvements.
🔗 xdebug.org/announcements/…
🆕 To sponsor my work: xdebug.org/support
English

@localheinz @sorsoup @_Codito_ We need to figure out a way how to do path coverage only for specific tests...
English

Great article, take few minutes of your time to read it 🙂. You may not agree with it, but it's good to know that perspective.
For example I don't agree with avoiding ternary and nullsafe operators. I wouldn't add that code overhead, because I believe these are not a problem.
Andreas Möller@localheinz
Just published: Avoiding one-liners in PHP. ↓ localheinz.com/articles/2023/…
English

@PerttiSoomann @_Codito_ @elliottrichmond @symfony I did now make a video about it:
youtube.com/watch?v=FMysmR…

YouTube
English

@Xdebug @_Codito_ @elliottrichmond @symfony That could be quite useful, not just as "this is the config thing" but in general as well, I always like seeing how people use tech in general to get new ideas for get the most out of it. 👍🤓
English

@_Codito_ @elliottrichmond @Xdebug @symfony Well how damn, looks like it's fairly simple configuration change
stackoverflow.com/a/49427532
English

🎈 Xdebug 3.2 has been released!
🎉 It adds support for PHP 8.2, and drops support for PHP 7.2-7.4.
🆕 The new features include:
- inspecting function return values
- better warning messages
📹 Feature videos on YouTube will follow
🔗 Read more at xdebug.org/announcements/…
English
Xdebug ретвитнул

I always found setting up Xdebug as one of the most difficult jobs. But today, I did it in under 5 minutes. Here is how..
by @webmaster_vinay
kodemint.in/blog/installin…
#xdebug #installation #debugging #vscode
@Xdebug @code
English

🆕 Version 3.2.0RC2 has just been released!
🐞 It fixes several non-critical bugs with the step debugger, as well as an issue with trace files containing anonymous closures.
👉 It's likely the last release candidate.
🔗 Read more at xdebug.org/announcements/…
English

🆕 Version 3.1.6 has just been released!
🐞 It fixes two bugs with step debugging, and one with compressed trace- and profile-files on Windows.
👉 It's the last release that'll support PHP 7, with the upcoming new 3.2 releases supporting PHP 8.0-8.2.
🔗 xdebug.org/announcements/…
English

🎉 Xdebug 3.2.0RC1 is released!
🐘 This release fixes a handful of bugs as found in the 3.2.0 alpha releases.
⚠️ A preview release meant for testing, especially with PHP 8.2!
🐛 If you find a bug, please let me know at bugs.xdebug.org/my_view_page.p…
🔗 xdebug.org/announcements/…
English

@enunomaduro I've done a three part series for more in-depth information, linked in the docs:
#related_content" target="_blank" rel="nofollow noopener">xdebug.org/docs/profiler#…
English

morning #1. 🎙
- @xdebug's profile mode: xdebug.org/docs/profiler.
- qcachegrind: formulae.brew.sh/formula/qcache…. youtu.be/neMv1f02Ez8

YouTube
English
Xdebug ретвитнул

Hello.
J+2 après cette magnifique soirée au @cefimFormation.
Voici les supports :
- @reactphp slides & demo app @JamesHemery_ : tinyurl.com/3v8pd76z
- @Xdebug slides Florian Montalbano : tinyurl.com/mshr5u8v
- @rectorphp slides @seblu37 : tinyurl.com/5fkddc73
@afup
Français
Xdebug ретвитнул

@mmartin_joo Sorry I’n advance if I sound like a dick… but you included Notion but missed out @Xdebug? That’s like telling a mechanic to get a whiteboard before they purchase a torque wrench. 🧐🤔
English

Would it be helpful if Xdebug's log, and xdebug_info() output would tell you if a file that your IDE sets a breakpoint on, does not exist?
This could be either indicate a missing, or wrong, path mapping as well.
Let me know!
WIP implementation: github.com/xdebug/xdebug/…
English

