Talk in English - US at Northeast PHP 2017
Track Name:
Other
View Slides: http://users.telenet.be/patrick_allaert/Advanced-debugging-techniques-for-PHP-NortheastPHP2017.html
Short URL: https://joind.in/talk/36e8b
(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, 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.
Wish there was more applicable information for an IDE based environment. I did enjoy the material