NodeServicesOptions.LaunchWithDebugging Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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