Script Debug Options
data class ScriptDebugOptions(val enabled: Boolean = false, val protocol: DebugProtocol = DebugProtocol.INSPECT, val suspendOnStart: Boolean = false, val inspectInternals: Boolean = false, val port: Int = 4242)
Constructors
Link copied to clipboard
constructor(enabled: Boolean = false, protocol: DebugProtocol = DebugProtocol.INSPECT, suspendOnStart: Boolean = false, inspectInternals: Boolean = false, port: Int = 4242)