VsaEngineClass.GenerateDebugInfo Property

Definition

Gets or sets a value that indicates whether the script engine produces debug information when the Compile() method is called.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property bool GenerateDebugInfo { bool get(); void set(bool value); };
public virtual bool GenerateDebugInfo { get; set; }
member this.GenerateDebugInfo : bool with get, set
Public Overridable Property GenerateDebugInfo As Boolean

Property Value

true if debug information is generated; otherwise, false.

Implements

Applies to