withoutCatchPanics method

ProgramOptions withoutCatchPanics()

Creates options with panic catching disabled.

Useful for debugging with a debugger.

Implementation

ProgramOptions withoutCatchPanics() => copyWith(catchPanics: false);