User feature I think a great feature for the WordPres toolkit will be the option to debug applications. I guess everyone who has to deal with WP, knows what this is all about. In the wp-config.php file, you need to add the appropriate directives to have errors displayed in the application for development or debugging work. Very usefull.
define('WP_DEBUG',true); define('WP_DEBUG_DISPLAY',true); define('WP_DEBUG_LOG',true);
https://wordpress.org/documentation/article/debugging-in-wordpress/ https://make.wordpress.org/cli/handbook/references/internal-api/wp-cli-debug/
+1
If implemented, should have a separate setting for "WP_DEBUG" and "WP_DEBUG_DISPLAY" - in case you want to only log errors.
+1 a must-have feature.
We can implement this, I'll add it as a feature request.
Great idea! Could you please split these toggles out? For sensitive applications, I would never show errors to the browser.
This is what spinupwp does:
wp-debug.log turned on and relocated to a folder not publicly accessible
This has now been scheduled for April https://enhance.com/support/product-roadmap
but as if you'd want define('WP_DEBUG_DISPLAY',true);
The ability to quickly activate WP debug mode is now available in our latest update 9.2.0: https://enhance.com/support/release-notes