drishtijjain, to php

Selfie with my fellow speaker friend @derickr !
Have been meeting each other in Php Conferences since 2018!

@phptek

cooptilleuls, to random French
@cooptilleuls@mastodon.online avatar

Le prochain apéro PHP de l'@afup Hauts de France c'est demain soir dans nos locaux ! Notre coopérateur @dunglas montrera comment il a débuggé , Thibaut Richard quant à lui présentera un sujet sur . Vous y serez ? https://www.meetup.com/fr-FR/afup-hauts-de-france-php/events/300011985/

cooptilleuls, to Symfony French
@cooptilleuls@mastodon.online avatar

La semaine prochaine, le 9 avril, nous accueillons à nouveau le meetup de l'AFUP Hauts de France ! Notre coopérateur @dunglas présentera comment il a débuggé et il sera secondé par un talk de Thibault Richard sur UX. Il reste quelques places ! https://www.meetup.com/fr-FR/afup-hauts-de-france-php/events/300011985/

sebastian, to php
@sebastian@phpc.social avatar

The extension optimizes bytecode.

Extensions for collecting code coverage data such as operate on this bytecode.

Naturally, whether or not bytecode optimization is performed has an impact on the code coverage data that is collected.

I kn(e|o)w this. But such a difference just really surprised me for the first time.

Code Coverage reported with bytecode optimization enabled

sebastian, to php
@sebastian@phpc.social avatar

Over the last few months, I've been asked time and again:

"Sebastian, which PHP extension do you use to collect code coverage data?"

This question may sound simple, but to answer it I'm afraid I need to elaborate a little ...

https://thephp.cc/articles/pcov-or-xdebug?ref=mastodon

michael, to php
@michael@thms.uk avatar

TIL about xrDebug. Am I the only one who finds it weird that someone would create a debugger for that uses an extremely minor variation in name of the popular extension?

https://www.reddit.com/r/PHP/s/KbrSZFHHOk

michael,
@michael@thms.uk avatar

LOL. I just noticed that the person behind xrDebug has form for ‘imitating' well-known orgs. Have a look at these logos:

https://chevere.org/

Skoop, to random
@Skoop@phpc.social avatar

TIL there is an project, which has nothing to do with either Extinction Rebellion or with xdebug 😂

thepanz,
@thepanz@phpc.social avatar

@heiglandreas @derickr @Skoop first time I read it on my Mastodon feed I though it was a rewrite of , and though "who on hearth would to that?" 😅🙈

Quite arguable their screenshots of the app with "puta" ("bītçh" in 🇪🇦) in the titles, tho

robert, to php
@robert@flownative.social avatar

I'd say, every professional developer used @Xdebug in one or the other way in their work. But debugging Neos or Flow applications can be challenging, since Flow generates proxy classes in a different directory than the original class. @derickr kindly created a proof of concept for supporting our case in Xdebug. Now we are raising funds to make it really happen, and we almost reached our goal: https://www.flownative.com/en/blog/flow-support-for-xdebug.html

chluehr, to random German
@chluehr@fabulous.social avatar

OH @derickr at "Turns out hyperlinking from error messages right to the explanation in the documentation helps reducing support request mails - a lot"

koehnlein, (edited ) to random
@koehnlein@mastodon.social avatar

Some time ago I had to develop a feature for a Neos CMS project and wanted to use @Xdebug - as I always do it in our @ddev projects. But it turned out to need a bit more configuration.

I finally wrote a blog post about why Neos CMS is different from other PHP software and how I managed to use Xdebug almost the way I'm used to.

https://www.koehnlein.eu/en/blog/2024/xdebug-neos-ddev-phpstorm/

I would really appreciate your feedback.

SenseException, to php German
@SenseException@phpc.social avatar

$ docker run -it third_party_image sh

php -r 'echo 1;'

segmentation fault

derickr, to php
@derickr@phpc.social avatar

📽️ New video: "Xdebug 3.3: New Features in xdebug_get_function_stack()", in which I show how to get better stack traces for exceptions

https://youtu.be/3FLdpMLBqMk

Xdebug, to php
@Xdebug@phpc.social avatar

🎉 Xdebug 3.3.1 Released!

🐞 This is a bug fix release that addresses a number of crashes in the develop mode, and malfunctioning features with the step debugger.

🔗 https://xdebug.org/announcements/2023-12-14

🆕 To sponsor my work on maintaining Xdebug, and adding more features: https://xdebug.org/support

🐘 @Xdebug

koehnlein, to random
@koehnlein@mastodon.social avatar

Looks like my setup for my projects does not work anymore with latest update. 😢

derickr, to php
@derickr@phpc.social avatar

This week has been a "find one bug, fix one bug, find another bug" kinda week in @Xdebug land. I'm now on the 5th one, I think.

KaffDaddy, to neovim German
@KaffDaddy@chaos.social avatar

Geil! Ich kann mit neovim debuggen!

danrot, to php
@danrot@mastodon.social avatar

Something that is really nice about using as a templating language (instead of Twig, Blade or whatever) is that you can easily debug templates using .

derickr, to php
@derickr@phpc.social avatar

📰 New blog post: "Xdebug Update: October 2023": https://derickrethans.nl/xdebug-update-october-2023.html

asgrim, to Java
@asgrim@phpc.social avatar

I got a Stream Deck delivered today and started playing around with it already, very handy for step debugging! I have several other ideas already to improve my workflow too...

derickr, (edited ) to php
@derickr@phpc.social avatar

📽️ New video: "Xdebug 3.3: Flamegraphs", in which I show to use Xdebug 3.3's new flamegraph feature

https://youtu.be/4EocpeKxI0k

derickr, (edited ) to php
@derickr@phpc.social avatar

📰 New blog post: "Flamboyant Flamegraphs", in which I show to use Xdebug 3.3's new flamegraph feature

https://derickrethans.nl/flamboyant-flamegraphs.html

particleflux, (edited )
@particleflux@mastodon.social avatar

@derickr The link is broken, works without that |CR2|#xdebug suffix :)

(at least rendered broken in official mastodon web client, maybe some others strip that off the end)

cybersmog, to random
@cybersmog@phpc.social avatar

Today @Xdebug helped me to locate a bug introduced by a stupid typo by me in a configuration file. My brain parser failed to detect that typo. Nevertheless it took me way too long to eventually hunt down the error.
Big kudos for this great tool!

Xdebug, to php
@Xdebug@phpc.social avatar

🎉 Xdebug 3.3.0alpha3 Released!

🔥 This alpha release introduces flamegraphs and the step debugger optimisations that @derickr wrote about.

🔗 https://xdebug.org/announcements/2023-10-19

🐘 @Xdebug

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • rosin
  • thenastyranch
  • Durango
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • osvaldo12
  • GTA5RPClips
  • kavyap
  • megavids
  • InstantRegret
  • everett
  • tacticalgear
  • vwfavf
  • tester
  • normalnudes
  • modclub
  • ethstaker
  • khanakhh
  • cisconetworking
  • anitta
  • Leos
  • JUstTest
  • All magazines