Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2020-02-05 20:57:18 +0300
committerLarry Ewing <lewing@microsoft.com>2020-02-06 05:37:46 +0300
commit8ce81f51131c1abd554d5268da2421b3bf33656a (patch)
tree1b4c73fccc5aaa66a88ae04f523dbbd390b50cc4 /sdks
parentdd151fea350a7eba35629539a719b4d348039bab (diff)
[wasm][debugger] Let chrome pick an open port by default
Diffstat (limited to 'sdks')
-rw-r--r--sdks/wasm/ProxyDriver/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/ProxyDriver/Program.cs b/sdks/wasm/ProxyDriver/Program.cs
index 9a564382d79..ae1b7c60a22 100644
--- a/sdks/wasm/ProxyDriver/Program.cs
+++ b/sdks/wasm/ProxyDriver/Program.cs
@@ -60,7 +60,7 @@ namespace WebAssembly.Net.Debugging
options.ChromePath = chromePath;
options.AppPath = appPath;
options.PagePath = pagePath;
- options.DevToolsUrl = new Uri ("http://localhost:9333");
+ options.DevToolsUrl = new Uri ("http://localhost:0");
});
})
.UseKestrel ()