NodeServicesOptions.LaunchWithDebugging 属性

定义

如果为 true,Node.js 实例将接受传入的 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

属性值

适用于