We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DebugPort
1 parent 47dba9f commit 9c7f796Copy full SHA for 9c7f796
1 file changed
src/JavaScriptEngineSwitcher.V8/V8Settings.cs
@@ -18,7 +18,7 @@ public bool EnableDebugging
18
/// <summary>
19
/// Gets or sets a TCP/IP port on which to listen for a debugger connection
20
/// </summary>
21
- public int DebugPort
+ public ushort DebugPort
22
{
23
get;
24
set;
0 commit comments