Share via


NodeServicesOptions.LaunchWithDebugging プロパティ

定義

true の場合、Node.js インスタンスは受信 V8 デバッガー接続を受け入れます (例: node-inspector)。

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

プロパティ値

適用対象