Open
Description
Currently, Drupal Console is really sensitive for Drupal errors. When we generate a cached error in Drupal rendering it unresponsive (500), you'd expect Drupal Console to be still responsive to be able help you rebuild the caches. The tool Drush seems to be able to handle these situations better and most of the time allows for a lot of the commands still being able to run. For completeness sake, I'm not only taling about cache rebuilding, but also other commands that would be usefull in a 500 situation (like outputting db logs).
As discussed with @jmolivas, we should be able to harden DC by making more use of try and catch statements.
I'll try to make some solid, reproducible situations soon and post them here.
Activity