CommentJun 4, 2019When our code is in multiple layers and you have separate each of your important tasks in modules then you may need a debugging tool, otherwise echo , print_r() , and var_dump() are enough.Improving Debugging Skills!!!