Thank you, guys. Although I'd rather follow the Xdebug approach, I find it useful to know how other people debug their code. There is an opportunity to learn a new trick.
For sure. There's a lot of way so to debug and different situations will also sometimes call for different techniques. var_dump() is just a classic. :) - Aurooba
Thank you, guys. Although I'd rather follow the Xdebug approach, I find it useful to know how other people debug their code. There is an opportunity to learn a new trick.
For sure. There's a lot of way so to debug and different situations will also sometimes call for different techniques. var_dump() is just a classic. :) - Aurooba
XDebug is great and probably requires its own full episode! - Brian