Plugin / BugFu Console Debugger

Federico Andrioli

Description

Description

Log/Debug the PHP code in your Theme/Plugin with your Browser Console (no extension needed). Made for themes and plugins developers.

HOW TO CHECK IF BUGFU IS WORKING

Open your Browser Console, if you see this header, BugFu is working properly

################################
#### BugFu Console Debugger ####
################################

HOW TO OPEN YOUR BROWSER JAVASCRIPT CONSOLE

If you’ve never used the Browser JavaScript Console before, here’s how you open it:

  • Chrome PC shift+ctrl+j – Chrome Mac alt+cmd+j
  • Firefox PC shift+ctrl+k – Firefox Mac alt+cmd+k
  • Safari PC shift+ctrl+c – Safari Mac alt+cmd+c

HOW TO USE BUGFU WITH WORDPRESS

Call the log static method from wherever you are within the WordPress PHP code

<?php /* WORDPRESS CODE HERE */

/* Call it with no arguments to only output some backtrace info */
BugFu::log();

/* Call it with a string argument to output that string content */
BugFu::log($my_string_content);

/* Call it with a non-string argument to output the structured
   representation of that argument - it uses var_export() */
BugFu::log($my_object-array-variable);

/* Call it with the second optional argument set to "false"
   to turn off the backtrace info (which is on by default) */
BugFu::log($my_content, false);

DEVELOPERS

Official Github repository:
https://github.com/fedeandri/bugfu-console-debugger

Ratings

5
9 reviews

Rating breakdown

Details Information

Version

1.3.0

First Released

26 Aug, 2016

Total Downloads

2,393

Wordpress Version

3.8 or higher

Tested up to:

5.2.4

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.