DEV Community

Cover image for How to Debug Php code
Christopher Glikpo
Christopher Glikpo

Posted on

How to Debug Php code

Writing code is hard enough, and having to debug any problems that occur in your code just makes it even harder. Debugging is also much less enjoyable than writing code. Debugging is as old as programming itself. As software engineers,you will always be faced with bugs. To debug well,you need to know how to debug your code.
That is why in this video I will show you some tips, tricks, and tactics on how you can debug code to make your debugging process quicker, easier, and more enjoyable. This will give you more time to focus on the fun part of coding. I will show you how to debug errors in PHP Scripts.

If you want to learn more about Web Development, feel free to follow me on Youtube!

Top comments (0)