The PHP podcast where everyone has a seat.
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.
var_dump()
is still a valid way of debugging