reportAllExceptions property

bool reportAllExceptions
getter/setter pair

overrides any ErrorFilter that is set for a Command and will call the global exception handler for any error that occurs in any Command of the app. Together with the detailledStackTraces this gives detailed information what's going on in the app

Implementation

static bool reportAllExceptions = false;