IJSVsaEngine.GenerateDebugInfo 속성

정의

Compile 메서드를 호출할 때 스크립트 엔진이 디버그 정보를 생성하는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

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

속성 값

true디버그 정보를 생성하려면 그렇지 않으면 . false

적용 대상