From a2a2151a893701f232c477f33b65df0cdbf6b95e Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 2 Jun 2021 05:51:25 -0500 Subject: [PATCH] Update bookmark (#22473) --- aspnetcore/blazor/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md index e574bac1e4..2279f35138 100644 --- a/aspnetcore/blazor/debug.md +++ b/aspnetcore/blazor/debug.md @@ -383,7 +383,7 @@ For [Windows Firewall](/windows/security/threat-protection/windows-firewall/wind If you're running into errors, the following tips may help: * In the **Debugger** tab, open the developer tools in your browser. In the console, execute `localStorage.clear()` to remove any breakpoints. -* Confirm that you've installed and trusted the ASP.NET Core HTTPS development certificate. For more information, see . +* Confirm that you've installed and trusted the ASP.NET Core HTTPS development certificate. For more information, see . * Visual Studio requires the **Enable JavaScript debugging for ASP.NET (Chrome, Edge and IE)** option in **Tools** > **Options** > **Debugging** > **General**. This is the default setting for Visual Studio. If debugging isn't working, confirm that the option is selected. * If your environment uses an HTTP proxy, make sure that `localhost` is included in the proxy bypass settings. This can be done by setting the `NO_PROXY` environment variable in either: * The `launchSettings.json` file for the project.