27.Jan.2018 at 14:29 by David Buchmann (134 comments) via Web2 LIVE
Really interesting deep dive into linux system debugging with an eye on PHP!
Patrick Allaert (27.Jan.2018 at 10:10, 1 hr )
Talk at PHPBenelux Conference 2018 (English - US)
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!
Quicklink: https://legacy.joind.in/23064
Track(s): Track C (Rubens)
Talk claims have been moved to the new Joind.in site.
Please login to the new site to claim your talk
27.Jan.2018 at 14:29 by David Buchmann (134 comments) via Web2 LIVE
Really interesting deep dive into linux system debugging with an eye on PHP!
27.Jan.2018 at 23:23 by Koen Cornelis (41 comments) via Web2 LIVE
Good talk, good speaker. Could have been more hands on, but i learned several new things that were cool :-)
28.Jan.2018 at 09:41 by Henk (9 comments) via Web2 LIVE
Very very good! A lot of tools I wish I knew about earlier!
28.Jan.2018 at 12:06 by Guy Steels (12 comments) via Web2 LIVE
Very good talk with a "deeper" debugging approach. Loved the ducks!
28.Jan.2018 at 22:22 by Mateusz Deszert-Kłosowski (24 comments) via Web2 LIVE
Interesting talk about low level debugging
29.Jan.2018 at 12:00 by Robin Brackez (7 comments) via Web2 LIVE
Good talk about debugging without xdebug. Learned some new things.
30.Jan.2018 at 09:17 by scvandenbraak (10 comments) via Web2 LIVE
Really interesting and thanks for the duck :-) Good approach not to talk about xdebug, but other debugging popssibilities I mostly didn't know yet.
30.Jan.2018 at 16:07 by Eugene Leonovich (4 comments) via Web2 LIVE
Learned about rubber duck debugging (!) and tools like phptrace, ltrace and MySql Proxy.
27.Jan.2018 at 11:41 by Michiel Kodde (9 comments) via Web2 LIVE
+1 for not being another xdebug talk. Picked up some practical tips from this talk.