The PHP podcast where everyone has a seat.

34: Debugging is more than var_dump()
Panelists:
Derick Rethans
Derick Rethans
Colin O'Dell
Colin O'Dell
Gary Hockin
Gary Hockin
November 16 2015

Believe it or not, there's a lot more to debugging your PHP code than var_dump()'ing all the things. We discuss how to use debugging tools to help us comprehensively debug our codebase.

Debugging Attitudes

  • Developers sometimes assume that their code was written properly
  • Instead, you should verify that your code works

var_dump