Linux 软件免费装
Banner图

BugFu Console Debugger

开发者 fedeandri
更新时间 2023年1月17日 23:02
PHP版本: 3.8 及以上
WordPress版本: 6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

debug php error log debug bar

下载

1.1 1.2 1.2.2 1.2.3 1.2.4 1.2.5 1.3 1.2.1

详情介绍:

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: 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 == Installation ==
  1. Unzip the plugin file bugfu-console-debugger.zip
  2. Upload the unzipped folder "bugfu-console-debugger" to the /wp-content/plugins/ directory of your WordPress blog/website
  3. Activate the plugin through the 'Plugins' menu in WordPress
== Screenshots ==
  1. The admin page when BugFu is ON
  2. The Browser JavaScript Console when BugFu is ON
  3. The admin page when BugFu is OFF
== Changelog == 1.3 1.2.4 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0