NodeServicesOptions.LaunchWithDebugging 속성

정의

true이면 Node.js instance 들어오는 V8 디버거 연결(예: 노드 검사기에서)을 수락합니다.

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

속성 값

적용 대상