NodeServicesOptions.DebuggingPort プロパティ

定義

が true の場合 LaunchWithDebugging 、Node.js インスタンスはこのポートで V8 デバッガー接続をリッスンします。

public:
 property int DebuggingPort { int get(); void set(int value); };
public int DebuggingPort { get; set; }
member this.DebuggingPort : int with get, set
Public Property DebuggingPort As Integer

プロパティ値

適用対象