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