Re: [PHP-DEV] Debugging tools

2024-07-28 Thread Bilge
On 28/07/2024 22:22, Rob Landers wrote: Would anyone else find this useful? — Rob Anything that aids the developer experience is a big win! One of the best things about PHP is Xdebug. Keep going! Cheers, Bilge

[PHP-DEV] Debugging tools

2024-07-28 Thread Rob Landers
Hello internals I've always found tooling to be one of the biggest accelerators for understanding what is going on in a codebase, assuming you know how to use them. If you've ever tried modifying the language AST and friends, you know this can be extremely tricky at times. For those that want