Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sprunka/95a3381276f399c65b672891db33591b to your computer and use it in GitHub Desktop.
Save sprunka/95a3381276f399c65b672891db33591b to your computer and use it in GitHub Desktop.
Regular Session (possibly short tutorial) talk abstract

var_dump($foo);

print_r($bar);

die($baz);

Are these your current debugging tools? Wouldn't it be nice to see $foo, $bar, and $baz while the code is still being executed? Watch it change, live? And not have it just dumped all over the output of your otherwise beautiful app? We'll install Xdebug, set up your IDE to use it (with examples shown for PhpStorm, Netbeans, and ZendStudio), then we'll actually walk through some badly written code that needs to be debugged.

@elazar
Copy link

elazar commented Jun 2, 2016

👍

@sprunka
Copy link
Author

sprunka commented Jun 2, 2016

:) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment