Hacker News new | ask | show | jobs
by whatsu 1155 days ago
I've been working with PHP for years, and to this day, I struggle to make xdebug work. I don't think it's a genuinely good debugger, which is something that PHP sorely lacks and is a negative aspect of the language.
2 comments

I thought it was only me! Xdebug is sheet. I broke my keyboard a few weeks ago out of pure frustration.
At this point it makes the language/platform a complete non-starter for me. var_dump or echo or print is just not proper debugging. Especially once you level up your debugger skills and utilize more of the functionality rather than just setting basic breakpoints.