Talk in English - US at Cascadia PHP
Track Name:
Multnomah Falls
View Slides: https://slides.tim-bond.com/cascadia-xdebug-will-forever-change-the-way-you-debug-your-php-code/
Short URL: https://joind.in/talk/169eb
(QR-Code (opens in new window))
We've all used echo, print_r, and var_dump to figure out why our code doesn't work. But did you know there's an easier way? This talk will demonstrate the use of two popular PHP tools: Xdebug and PhpStorm. Instead of littering your code with statements to send variable values to the browser, using these tools it's possible to pause script execution on a specific line, allowing you to view and edit any variable as well as arbitrary code. Never again will you forget to remove test code before sending it to production!
Comments
Comments are closed.