Share via


NodeServicesOptions.LaunchWithDebugging Property

Definition

If true, the Node.js instance will accept incoming V8 debugger connections (e.g., from 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

Property Value

Applies to