IVsaEngine.GenerateDebugInfo Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
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