Step-by-step debugging with Xdebug is no secret for you? Perfect then, because we won’t talk about it. We will rather see tools that let you know what’s really happening in your PHP code, like the phpdbg debugger, phptrace, process tracing tools like: strace, ltrace, the Linux inotify mechanism, tcpdump/wireshark for network analysis or MySQL Proxy for real time SQL debugging and monitoring!

Comments

Comments are closed.

Michiel Kodde at 11:41 on 27 Jan 2018

+1 for not being another xdebug talk. Picked up some practical tips from this talk.

Really interesting deep dive into linux system debugging with an eye on PHP!

Koen Cornelis at 23:23 on 27 Jan 2018

Good talk, good speaker. Could have been more hands on, but i learned several new things that were cool :-)

Henk at 09:41 on 28 Jan 2018

Very very good! A lot of tools I wish I knew about earlier!

Guy Steels at 12:06 on 28 Jan 2018

Very good talk with a "deeper" debugging approach. Loved the ducks!

Interesting talk about low level debugging

Robin Brackez at 12:00 on 29 Jan 2018

Good talk about debugging without xdebug. Learned some new things.

Anonymous at 09:17 on 30 Jan 2018

Really interesting and thanks for the duck :-) Good approach not to talk about xdebug, but other debugging popssibilities I mostly didn't know yet.

Learned about rubber duck debugging (!) and tools like phptrace, ltrace and MySql Proxy.