Show constructor's object name in development console

When debugging web apps and looking for a form attributes, the form is shown as “Object” and does not show the form’s constructor name, which should be really useful.
To see the object’s constructor name you have to navigate to “prototype”, then expand, then find “constructor”, then expand, then look for the “name” property, which is a very waste of time, specially when dealing with many objects.