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

屬性值

適用於