Class DebugSettings
Settings for script debugging/execution.
Inheritance
System.Object
DebugSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Scripting
Assembly: TimeCockpit.Data.dll
Syntax
public class DebugSettings
Constructors
DebugSettings()
Declaration
public DebugSettings()
Properties
BreakOnStartup
Gets or sets a value indicating whether execution should break on script startup.
Declaration
public bool BreakOnStartup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableDebugging
Gets or sets a value indicating whether script debugging should be enabled.
Declaration
public bool EnableDebugging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModelScriptBasePath
Gets or sets the base path for model script storage.
Declaration
public string ModelScriptBasePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |