Connect with us

Wordpress Plugins

6 WordPress Plugins for Debugging

Every coder understands the importance of debugging his/her code. Some of us are better at it than others. But you simply can’t ship bug-ridden code and expect your customers to be happy. There are many fun debugging codes, browser extensions, and scripts available on the market. These 6 debugging plugins can more than help you keep an eye on your code and its performance:

Tip: 20 ways to drive more traffic to your site

debug

Debug Objects: provides you with query, cache, cron, hooks, and other useful information, so you can better optimize your code.

debug bar

Debug Bar: adds a debug menu to the admin bar to show query, cache, and other debugging information. Enable WP_DEBUG to track PHP warnings and notices.

blackbox

BlackBox Debug Bar: collects and displays errors, executed queries, globals, and other useful info. It helps you identify what’s affecting your site’s performance.

debug this

Debug This: it includes various debug modes, so you can keep an eye on cache, cron, PHP, filters, and other parts of your site. You can create a debug mode using the Debug This API.

logpress

LogPress: this script logs PHP errors, fatal errors, SQL queries, login attempts, and more. You can also log hack attempts (e.g. XSS and SQL injections).

debug plugin bar

Debug My Plugin: helps you debug your code with the help of Debug Bar. Puts debugging messages in the drop down Debug Bar interface to save you time.

There are many other plugins and extensions you can use to debug your code faster. When it comes to producing great code, you can’t take a shortcut. The above plugins simply help you debug your code more conveniently.

Continue Reading
You may want to check out:
*some of our articles and lists include affiliate links to fund our operations (e.g. Amazon, Elegant Themes, Envato). Please read our disclaimer on how we fund Exxponent.
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

More in Wordpress Plugins

To Top