Prajna


DebugMode

Control the launch of container in Debug or Release mode.

Record Fields

Record FieldDescription
LaunchInDebug
Signature: DebugMode
Modifiers: static

Always launch container in Debug Mode.

LaunchInEither
Signature: DebugMode
Modifiers: static

Launch container based on the Debug flag in the main module.

LaunchInRelease
Signature: DebugMode
Modifiers: static

Always launch container in Release Mode.

Fork me on GitHub