BugFu Console Debugger

By : fedeandri

BugFu lets you log from PHP directly to your Browser JavaScript Console
- Meant as an aid to those practicing the ancient art of debugging -

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 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);

DEVELOPERS

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

Debug

Debug can help you to find errors in your wordpress website via editing wp-config.php file. you may enable error reporting by debug plugin. enable email notification on any run time bug in wordpress CMS/website....

Similar: 72%

Custom Error Log

Custom Error Log allows you to create custom errors in your WordPress theme or plugin with a single function. Great for debugging those long and complex scripts. Each error can have its own error message making it a lot easier to pin down specific issues in your code. You can also log notices for l.........

Similar: 50%

WordPress Logger

Display log messages from PHP in the browser console in Safari, Firefox (with firebug), and Opera (with the new Dragonfly debugging environment). Essential debugging tool for plugin and theme developers. You no longer have to use 'print_r' statements from PHP to figure out what is going on in the c.........

Similar: 46%

WP Log Viewer

WP Log viewer makes debugging your WordPress site easy and stress free....

Similar: 42%

Wixiweb FirePHP Queries

Use Firebug with FirePHP to analyze the SQL queries made by WordPress. Ideal for development and avoid performance issues. ...

Similar: 34%

AskApache Debug Viewer

Extreme Advanced debugging plugin for seeing the verbose of the verbose debug info. Tech Support, Server Admins, WordPress Developers, Plugin Developers, or anyone wanting to see under the hood of their website and diagnose problems. This debugging plugin goes further than any other in the way it .........

Similar: 26%

Error Log Viewer by BestWebSoft

This plugin finds and analyzes the log files on the WordPress folders and server, and allows you to work with them. You can select the files you want to work with. You can choose one of options for viewing the file: you can view only last lines, you can select logs by date, or you can view the full .........

Similar: 10%

BulletProof Security

BulletProof Security Feature Highlights One-Click Setup Wizard jQuery UI Dialog Form Uninstall Options: BPS Pro upgrade uninstallation or complete BPS plugin uninstallation .htaccess Website Security Protection (Firewalls) Login Security & Monitoring Idle Session Logout (ISL) Auth Cookie Expir.........

Similar: 4%

TR WP Custom Login Page

TR WP Custom Login Page by http://themeroad.net WP Custom Login Page allows to you change your unlimited custom logo,unlimited custom text,unlimited custom background color,unlimited custom body background color easily.After publishing this plugin people enjoy custom wp login page smoothly. It's re.........

Similar: 4%

WPVKP Custom Login Page

This easy to use plugin gives you the power to convert the boring wordpress login page with much more attractive and personalized login page. This plugin helps to improve your brand authority and also helps to improve user experince. Now can customize the logo, the background, the login button and v.........

Similar: 2%