I gave up on using the plugin and use FirePHP straight as a mu-plugin:

And firebug.php file consists of:
<?php
/*
Plugin Name: FirePHP
Version: 0.1
*/
require_once( 'FirePHPCore/FirePHP.class.php' );
ob_start();
$firephp = FirePHP::getInstance( true );
function logit( $var, $title="From FirePHP:" )
{
global $firephp;
$firephp->log( $var, $title );
}
Then I call it from anywhere (theme, plugin, core) using the function:
logit( $var_to_debug, 'The var contains:' );
Related Posts:
- How do you debug plugins?
- How can I see all the actions attached to an “add_action” hook?
- How to eliminate weird 404 errors in wp-admin?
- Is there any debug toolbar that shows whick hooks are called for the current page in WordPress?
- $wpdb->get_results leaking memory
- How to remove/hide action links cluttering under specific plugins’ names
- Integrating WP as a CMS with a Bug Tracker
- How to see list of plugins
- Enable/Disable WP options programmatically
- Can wp_script_is used in pluginA check if a script is being enqueued/registered from pluginB?
- Plugin could not be activated because it triggered a fatal error. (No Error??)
- How to implement Sentry on WordPress? [closed]
- Why do plugins that cause ‘unexpected output’ create AJAX problems?
- how to find and correct plugin query performance issues
- Problem In Advance search Plugin [closed]
- Unable to get WP_DEBUG, WP_DEBUG_DISPLAY, WP_DEBUG_LOG to work
- Problem installing plugin: unexpected T_STRING, expecting T_FUNCTION
- Preview with Custom Post Type Not Working
- Why is adoptStyles-css stylesheet link added to every page?
- Access “wp site health info” data from plugin
- WordPress website working fine on localhost but not displaying front pages on webhost
- Need Help Understanding Debug Log Errors
- What is the correct entry point for capturing coverage data
- Plugin debugging with errors in activation routine
- Plugins effecting layout & login
- What tool are available in the wordpress API for debugging a plugin?
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- In WordPress, after installing “Pie Register” plugin, admin permission is GONE! [closed]
- AI Code For OpenAI
- WordPress Throwing Deprecated Errors on its own Files
- Dropdown menu only appearing when logged in
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- Is it possible to “freeze” a WordPress blog?
- Upload specific images to specific folder
- Plugin (or Theme) containing its own Plugins?
- Adding a text domain to every __(), _e() and __n() gettext call without a plan to create own translations
- How to create extendable wordpress plugins
- How to add meta box to plugin admin page?
- Delete Custom Dashboard Widgets
- What exactly does $wp_filesystem->abspath() return?
- Removing user contact methods works from functions.php but not from a plugin
- Dynamic homepage according to user role
- How to extract images of post and pages excluding header and logo image in wordpress?
- Subscribe2 Configuration
- Dropzone.js and wordpress plugin
- Filter or action hook to insert content on admin pages before tag
- How do I change the default WordPress e-mail ID for sent e-mail?
- W3 Total Cache: Load CSS asynchronously for better PageSpeed score? [closed]
- Menus, but not by theme location
- Email Bounce Address
- import posts with dutch/special letters
- Installing Jplayer in WordPress
- Advanced Custom Fields – Get value in other plugin file [closed]
- How to get menu location in wp_update_nav_menu hook
- Progmatically adding menu links to the default (Top) or Footer menu
- WordPress Console Application (ability to excecute a custom function via crontab only)
- How to add table class for tables of TinyMCE advanced wordpress plugin? [closed]
- Huge number of 404 pages getting spawned
- Licensing options for WordPress Plugins
- Updating WordPress across multiple versions
- Why does my jQuery plugin show up as text in WordPress?
- I am Unable to access WP admin
- Replace woocommerce | (pipe) separator in product variation to , or another character?
- how would I include some html in the header section of a wordpress plugin? I get an error
- Why are my constants not available outside my class?
- Category “same post” retreive and display
- Adding custom Field To The Posts Listing
- WordPress does not allow me to upload a .xml file
- WordPress FLIR (Facelift Image Replacement) plugin clipping off end of text
- WP Subtitle Plugin Problem
- Add a new category for posts
- How to use a shortcode or an application to dynamically embed content from one WordPress site to another?
- How to get brand children with woocommerce brands
- How do I insert a shape onto an image and then play an audio file upon mouse hover or mouse click on that shape in WordPress
- How to migrate Powerbuilder page data to another site?
- Is it possible to customize a wordpress post from outside dashboard(Something like site.com/post-type/post/?e=post_id)?
- Bing/msn bots is heavily requesting random of my website
- WordPress Thickbox Navigation Issue in Gallery
- How to detect if i am on plugin’s settings page
- Featured Image id disappeared
- How to delete only user meta value (not key) from usermeta table in wordpress?
- Pull Data from DB for Admin Page Display as Relates to Admin Page Class by BA Internet
- WordPress Custom post type won’t save properly
- A simple script/plugin to display specific page upon hierarchy of selections
- Editing “Kahi’s Highlight Used Categories” plugin code – highlighting parent and child category in post page
- A plugin, which allows editing certain template regions [duplicate]
- Does a Google + RSS Plugin Exist?
- Making a Plugin work based on URL Location
- Can I install plugins manually on WP.com? [closed]
- PHP $_session is not work in wordpress
- Woo Commerce filter
- WordPress Customise
- Console errors after WordPress Update 6.1
- How to modify submit button on GravityForms
- Problems with file_exists() with metabox plugin in WordPress
- How to rewrite URL using .htaccess in WordPress Plugin
- FacetWP custom display based on post type [closed]
- ASSOCIATE YITH BRAND WITH PRODUCT
- Unable to register rewrite rule using add_rewrite_rule
- How to show custom post type in all post section?