NodeServicesOptions.DebuggingPort 属性

定义

如果 LaunchWithDebugging 为 true,则 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

属性值

适用于