IVsaEngine.GenerateDebugInfo Property

Sets or gets a Boolean value that signifies whether the script engine produces debug information when the Compile method is called.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Property GenerateDebugInfo As Boolean
    Get
    Set
bool GenerateDebugInfo { get; set; }
property bool GenerateDebugInfo {
    bool get ();
    void set (bool value);
}
abstract GenerateDebugInfo : bool with get, set
function get GenerateDebugInfo () : boolean
function set GenerateDebugInfo (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace