detailedStackTraces property

bool detailedStackTraces
getter/setter pair

Will capture detailed stacktraces for any Command execution. If this has negative impact on performance you can set this to false. This is a global setting for all Commands in the app.

Implementation

static bool detailedStackTraces = true;