WP Debugging is a WordPress app, with a 5.0 average rating from 21 reviews, as of July 8, 2026.
WP Debugging is a WordPress Plugin Directory app by Andy Fragen. With a rating of 5.0★ from 21 reviews.
AppRanks data: WP Debugging ranks #0 in Debug on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
WP Debugging is a category-leading WordPress app with a limited review volume. It is listed in the Support category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 21 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Andy Fragen — established developer track record
Cons
- −Limited review base (21) — ratings can shift significantly with new feedback
Looking to switch from WP Debugging?
See WP Debugging's alternatives ranked by audit score, rating, and review velocity.
How WP Debugging works
Show full descriptionShow less
This plugin sets the following debug constants in wp-config.php on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per Debugging in WordPress.
Default settings:
define( 'WP_DEBUG_LOG', true ); define( 'SCRIPT_DEBUG', true ); define( 'SAVEQUERIES', true );
@ini_set( ‘display_errors’, 1 ); is set when the plugin is active. WP_DEBUG is set to true when the plugin is first run, thereafter it can be turned off in the Settings.
The Settings page allows the user to set the following.
define( 'WP_DEBUG', true ); // Default on initial plugin installation. define( 'WP_DEBUG_DISPLAY', false ); // Default when not declared is true. define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true ); // WordPress 5.2 WSOD Override.
When the plugin is deactivated best efforts are made to re-add pre-existing constants to their former state. When the plugin is activated the default settings and any saved settings are restored.
This plugin uses the wp-cli/wp-config-transformer command for writing constants to wp-config.php.
Debug Quick Look from Andrew Norcross is included with this plugin to assist in reading the debug.log file. If you already have this plugin installed you should delete it when WP Debugging is not active.
Query Monitor and Debug Bar plugins are optional dependencies to aid in debugging and troubleshooting. The notice for installation will recur 45 days after being dismissed.
If you have a non-standard location for your wp-config.php file you can use the filter wp_debugging_config_path to return the file path for your installation.
The filter wp_debugging_add_constants allows the user to add constants to wp-config.php.
The filter returns an array where the key is the name of the constant and the value is an array of data containing the value as a string and a boolean to indicate whether or not the value should be passed without quotes.
$my_constants = [ 'my_test_constant' => [ 'value' => 'abc123', 'raw' => false, ], 'another_test_constant' => [ 'value' => 'true' ], ];
The value option contains the constant’s value as a string.
The raw option means that instead of placing the value inside the config as a string it will become unquoted. The default is true. Set as false for non-boolean values.
Example:
add_filter( 'wp_debugging_add_constants', function( $added_constants ) { $my_constants = [ 'my_test_constant' => [ 'value' => '124xyz', 'raw' => false, ], 'another_test_constant' => [ 'value' => 'true' ], ]; return array_merge( $added_constants, $my_constants ); }, 10, 1 );
This will create the following constants.
define( 'MY_TEST_CONSTANT', '124xyz' ); define( 'ANOTHER_TEST_CONSTANT', true );
Development PRs are welcome against the develop branch on GitHub.
Category rankings
As of Jul 8, 2026See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
WP Debugging ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- Rank #231
Competitors & alternatives
WP Debuggingdoesn't have curated competitor matchups yet. Other tracked support apps on WordPress:
Where WP Debugging stands in the Support category
WP Debugging ranks #0 of 106 apps in the Support category, placing it in the top 1% of the listing.
Frequently asked questions
What is WP Debugging?
WP Debugging is an app for WordPress. It currently holds a 5.0-star rating from 21 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Support category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Andy Fragen.
Who uses WP Debugging?
Currently around 10,000 active stores have installed WP Debugging. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Support category on WordPress.