
Debug Bar Plugin Activation adds a new panel to the Debug Bar which displays plugin (de-)activation and uninstall errors.
Screenshots

Debug Bar Plugin Activation displaying error notices.
FAQ
Can it be used on live site ?
This plugin is only meant to be used for development purposes, but shouldn’t cause any issues if run on a production site.
What is plugin (de-)activation ?
Activation and deactivation hooks provide ways to perform actions when plugins are activated or deactivated.
Plugins can run an installation routine when they are activated in order to add rewrite rules, add custom database tables, or set default option values. … The deactivation hook is best used to clear temporary data such as caches and temp directories.
Ref: Plugin Handbook
What about uninstalling ?
Your plugin may need to do some clean-up when it is uninstalled from a site. A plugin is considered uninstalled if a user has deactivated the plugin, and then clicks the delete link.
When your plugin is uninstalled, you’ll want to clear out any rewrite rules added by the plugin, options and/or settings specific to to the plugin, or other database values that need to be removed.
Ref: Plugin Handbook
How do I add activation, deactivation and uninstall routines to my plugin ?
All the information you need is in the Plugin Handbook on Plugin Basics.
Why won’t the plugin activate ?
Have you read what it says in the beautifully red bar at the top of your plugins page ? As it says there, the Debug Bar plugin needs to be active for this plugin to work. If the Debug Bar plugin is not active, this plugin will automatically de-activate itself.
ChangeLog