Compartir a través de


NodeServicesOptions.LaunchWithDebugging Propiedad

Definición

Si es true, la instancia de Node.js aceptará conexiones entrantes del depurador V8 (por ejemplo, desde 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

Valor de propiedad

Se aplica a