From a7e9d43411d04d3fd36371c1de2b6513c502e27f Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Thu, 14 Dec 2023 11:35:25 +0200 Subject: [PATCH] WASM debugging fixed --- RadzenBlazorDemos.Host/Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/RadzenBlazorDemos.Host/Properties/launchSettings.json b/RadzenBlazorDemos.Host/Properties/launchSettings.json index 7e7e69f5..5b0bd98e 100644 --- a/RadzenBlazorDemos.Host/Properties/launchSettings.json +++ b/RadzenBlazorDemos.Host/Properties/launchSettings.json @@ -19,6 +19,7 @@ "commandName": "Project", "launchBrowser": true, "applicationUrl": "https://localhost:5001;http://localhost:5000", + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }