Partager via


NodeServicesOptions.LaunchWithDebugging Propriété

Définition

Si la valeur est true, la Node.js instance accepte les connexions de débogueur V8 entrantes (par exemple, à partir de 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

Valeur de propriété

S’applique à