# Functions
Config configure the global crash point values.
Here invokes the global crasher to crash at this point based on the passed in crashPointID's probability.
InitFlags creates flags from the registered crash points and registers those flags with Viper.
ListRegisteredCrashPoints lists the registered crash points for the global Crasher instance.
LoadViperArgValues loads viper arg values into the crash point config of the global crasher.
New creates a new crasher.
OverrideGlobalOptions overrides global crasher options.
RegisterCrashPoints registers crash points with the global Crasher instance.
# Constants
CfgDefaultCrashPointProbability is the default crash point probability.
CrashDefaultExitCode is the exit code that will be used if program is exited due to a debug crash invocation.
# Structs
Crasher is a crash controller.
CrasherOptions options used to create a new crasher.
# Interfaces
RandomProvider interface that provides a Float64 random.