Click or drag to resize

RoslynEvaluatorDebugBuild Property

Gets or sets a value indicating whether to compile script with debug symbols.

Note, setting DebugBuild will only affect the current instance of Evaluator. If you want to emit debug symbols for all instances of Evaluator then use EvaluatorConfig.DebugBuild.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public Nullable<bool> DebugBuild { get; set; }

Property Value

Type: NullableBoolean
true if 'debug build'; otherwise, false.

Implements

IEvaluatorDebugBuild
See Also