We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbae62d commit a344441Copy full SHA for a344441
src/mono/wasm/debugger/BrowserDebugProxy/ProxyOptions.cs
@@ -11,9 +11,9 @@ public class ProxyOptions
11
{
12
public Uri DevToolsUrl { get; set; } = new Uri($"http://localhost:9222");
13
public int? OwnerPid { get; set; }
14
- public int FirefoxProxyPort { get; set; } = 6300;
+ public int FirefoxProxyPort { get; set; }
15
public int FirefoxDebugPort { get; set; } = 6000;
16
- public int DevToolsProxyPort { get; set; } = 9300;
+ public int DevToolsProxyPort { get; set; }
17
public int DevToolsDebugPort
18
19
get => DevToolsUrl.Port;
0 commit comments