Derick Rethans · @derickr
2174 followers · 2616 posts · Server phpc.social

๐ŸŽ‰ I've just released @Xdebug 3.3.0alpha2, with preliminary support for PHP 8.3.

:xdebug: It also adds some functionality to xdebug_get_function_stack(), more about that later!

๐Ÿ› Uploading it to PECL didn't work, as due to an upgrade, MySQL now (finally) rejects characters that the table charset wouldn't allow, instead of just corrupting it. That took two hours to debug and fix. PECL will warn now โ†’ github.com/php/web-pecl/commit

#php #xdebug #pecl #debug #newrelease

Last updated 1 year ago

Derick Rethans · @derickr
2111 followers · 2303 posts · Server phpc.social

ICYMI: New blogpost: "Xdebug Update July 2023": derickrethans.nl/xdebug-update

#blogpost #php #xdebug

Last updated 1 year ago

Derick Rethans · @derickr
2110 followers · 2300 posts · Server phpc.social

#blogpost #php #xdebug

Last updated 1 year ago

Derick Rethans · @derickr
2108 followers · 2272 posts · Server phpc.social

ICYMI: New blogpost: "Concealed Code": derickrethans.nl/concealed-cod

#blogpost #php #xdebug

Last updated 1 year ago

Derick Rethans · @derickr
2108 followers · 2272 posts · Server phpc.social

#blogpost #php #xdebug

Last updated 1 year ago

MelHamnavoe · @MelvilleSpence
8 followers · 55 posts · Server phpc.social

Just as well is so useful, otherwise there would be a bounty on it. Damn thing was working last night, now it isnโ€™t ๐Ÿ˜‚

#xdebug

Last updated 1 year ago

Larry Garfield · @Crell
1194 followers · 5187 posts · Server phpc.social

Oh good. The latest PHPStorm/IntelliJ update broke all of my configurations. That's nice of them.

#xdebug #fml #php

Last updated 1 year ago

Derick Rethans · @derickr
2033 followers · 1977 posts · Server phpc.social

๐Ÿ“ฐ New blog post: "Xdebug Update: June 2023": derickrethans.nl/xdebug-update

#php #xdebug #opensource

Last updated 1 year ago

Schrank :shopware: · @Schrank
245 followers · 1914 posts · Server phpc.social

Hey, people, just got the newsletter. In case you have a couple of coins to toss:
โ€žI am currently 38% towards my $2,500 per month goal, which is set to allow continued maintenance of Xdebug.โ€œ from @derickr

๐Ÿ’ฐ-> github.com/sponsors/derickr

#php #xdebug #tossacointoyourdebugger

Last updated 1 year ago

Nanawel ๐Ÿฎ๐Ÿบ · @nanawel
98 followers · 1168 posts · Server mamot.fr

Following a request from me and some colleagues, my company is about to become a (hopefully) significant support and contributor of @derickr, awesome creator and maintainer of @Xdebug ๐Ÿฅณ

As a daily developer, it's a tool I could not work without, so I'm happy we could do a little bit to help. ๐Ÿ’ช

#php #xdebug #patreon #debug

Last updated 1 year ago

David Bisset · @davidbisset
812 followers · 1866 posts · Server phpc.social
Ben Ramsey :elephpant_rainbow: · @ramsey
3176 followers · 6538 posts · Server phpc.social

Iโ€™m trying to run โ€œDebugโ€ (for step-debugging with ) in while running a test. I do this all the time with standard tests, and Iโ€™ve never had this problemโ€ฆ

The test runner stops immediately, and PhpStorm reports in the console, โ€œTest framework quit unexpectedly.โ€

Has anyone else seen this error? Do you know what causes it?

#xdebug #phpstorm #pest #phpunit #php

Last updated 1 year ago

BohwaZ · @bohwaz
437 followers · 2731 posts · Server mamot.fr

If you are looking at optimizing your code, profiling feature, with is absolutely amazing :)

#php #xdebug #kcachegrind

Last updated 2 years ago

Derick Rethans · @derickr
1912 followers · 1432 posts · Server phpc.social

ICYMI: ๐Ÿ“ฐ New blog post: "Xdebug Update February/March 2023": derickrethans.nl/xdebug-update

#xdebug #php

Last updated 2 years ago

Derick Rethans · @derickr
1912 followers · 1427 posts · Server phpc.social

๐Ÿ“ฐ New blog post: "Xdebug Update February/March 2023": derickrethans.nl/xdebug-update

#xdebug #php

Last updated 2 years ago

pieceofthepie :coffefied: · @pieceofthepie
194 followers · 959 posts · Server social.n8e.dev

I've helped a co-worker, on multiple occasions, setup their setup in PHPStorm. It's a little more complex than normal as it uses container based runtimes and such but it's still pretty straight forward.

*Every time* I pair with them their code is littered with "# delete me" echo or print_r statements. Hundreds of them. Littered everywhere.

It's really quite frustrating. ๐Ÿ˜ฉ

#xdebug #php #whoneedsadebugger #echoisyourfriend

Last updated 2 years ago

Sergio Scabuzzo (EcoTechie) · @Sergio
103 followers · 252 posts · Server fosstodon.org

Been diving into profiling for my plugin development. Finding it, both, fascinating and overwhelming. Do you know of any easy to digest resources for this? I have it working and looking at the files through .

#xdebug #wordpress #kcachegrind

Last updated 2 years ago

Derick Rethans · @derickr
1886 followers · 1358 posts · Server phpc.social

๐ŸŽ‰ Exciting news for developers!|CR2|Xdebug AI is here to revolutionize bug fixing!|CR2|๐Ÿค–๐Ÿž This new addition uses AI to learn from your past mistakes and automatically create patches to fix bugs.|CR2|Say goodbye to tedious manual work and hello to faster and more accurate bug fixing!|CR2|๐Ÿ”— xdebug.org/ai|CR2|#XdebugAI

#xdebugai #php #debugging #xdebug

Last updated 2 years ago

Martin Herndl · @herndlm
102 followers · 506 posts · Server phpc.social

can update not only dependencies but also seemingly random strings in e.g. Dockerfiles.

E.g. with the `regexManagers:dockerfileVersions` preset and some meta info it can update the following ARG in a Dockerfile:

```
# renovate: datasource=github-tags depName=xdebug/xdebug versioning=loose
ARG XDEBUG_VERSION=3.1.6
```

Sources:
- docs.renovatebot.com/presets-r
- docs.renovatebot.com/modules/m

#renovate #xdebug

Last updated 2 years ago

Zaher Ghaibeh · @zaherg
35 followers · 861 posts · Server micro.srvr.dev