Talk in English - US at PHPBenelux Conference 2018
Track Name:
Track C (Rubens)
View Slides: http://users.telenet.be/patrick_allaert/Advanced-debugging-techniques-for-PHP-PHPBenelux2018.html
Short URL: https://joind.in/talk/d1ac3
(QR-Code (opens in new window))
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.
+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!
Good talk, good speaker. Could have been more hands on, but i learned several new things that were cool :-)
Very very good! A lot of tools I wish I knew about earlier!
Very good talk with a "deeper" debugging approach. Loved the ducks!
Interesting talk about low level debugging
Good talk about debugging without xdebug. Learned some new things.
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.