During development, it's useful to quickly find information about form elements. Quickly is the key word here, and adding a dpm in a hook_form_alter then removing it becomes tedious.
Here's a very simple module to add debug information to the title attribute of all form elements:
↧