NodeServicesOptions.DebuggingPort Propiedad

Definición

Si LaunchWithDebugging es true, la Node.js escucha las conexiones del depurador V8 en este puerto.

public:
 property int DebuggingPort { int get(); void set(int value); };
public int DebuggingPort { get; set; }
member this.DebuggingPort : int with get, set
Public Property DebuggingPort As Integer

Valor de propiedad

Int32

Se aplica a