From 1afb543aabdb57c45f8fed32b4bcd401f23e4f3c Mon Sep 17 00:00:00 2001
From: Luke Latham <1622880+guardrex@users.noreply.github.com>
Date: Tue, 10 Sep 2024 06:14:50 -0400
Subject: [PATCH] [HOLD for 8.0.9] Drop debugger support section (#33170)
---
aspnetcore/blazor/debug.md | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md
index f3dd28f759..6a65339e2d 100644
--- a/aspnetcore/blazor/debug.md
+++ b/aspnetcore/blazor/debug.md
@@ -341,27 +341,6 @@ Breakpoints are **not** hit during app startup before the debug proxy is running
---
-
-
-:::moniker range=">= aspnetcore-8.0"
-
-## Debugger support
-
-Debugging is enabled for the runtime when debugger support is enabled with `{VALUE}`, where the `{VALUE}` place holder is either `true` or `false`.
-
-By default, the Blazor framework *disables* debugger support for all non-Debug configurations. To enable debugger support for a non-Debug configuration, add a `` property to the app's project file.
-
-In the following example, debugger support is enabled for the custom "`DebugCustom`" configuration:
-
-```xml
-true
-```
-
-For more information, see [Blazor WebAssembly custom debugger configuration (`dotnet/runtime` #96239)](https://github.com/dotnet/runtime/issues/96239).
-
-:::moniker-end
-
:::moniker range="< aspnetcore-8.0"
## Debug a hosted Blazor WebAssembly app in an IDE