
MDbg.exe (.NET Framework Command-Line Debugger)
Sep 15, 2021 · The NET Framework Command-Line Debugger helps tools vendors and application developers find and fix bugs in programs that target the .NET Framework common …
.NET debugger extensions - .NET | Microsoft Learn
Dec 4, 2024 · Learn about the debugger extensions for .NET, which provide information about the internal CLR environment.
Managed debuggers - .NET Core - .NET | Microsoft Learn
Sep 9, 2022 · Learn how to efficiently debug your .NET app by using Visual Studio Code to fix your bugs quickly. Use the interactive debugger within Visual Studio Code to analyze and fix …
Debug a .NET console application using Visual Studio Code - .NET
Oct 23, 2025 · You use the Debug build configuration for debugging and the Release configuration for the final release distribution. In the Debug configuration, a program compiles …
Interactively debug .NET apps with the Visual Studio debugger
Learn how to efficiently debug your .NET app by using Visual Studio to fix your bugs quickly. Analyze and fix your C# applications by using the interactive debugger within Visual Studio.
.NET Diagnostic tools overview - .NET | Microsoft Learn
Dec 4, 2024 · dotnet-dump The dotnet-dump tool is a way to collect and analyze Windows and Linux core dumps without a native debugger.
dotnet-debugger-extensions diagnostic tool - .NET CLI - .NET
Dec 4, 2024 · Learn how to install and use the dotnet-debugger-extensions CLI tool to manage the .NET debugging extensions, which is used with native debuggers on Windows and Linux.
Enable debugging for ASP.NET apps - Visual Studio (Windows)
Jan 27, 2025 · Learn how to enable debugging for ASP.NET and ASP.NET Core apps in Visual Studio. You can run the process on an IIS Express server or a local IIS server.
Set up KDNET network kernel debugging automatically
Debugging Tools for Windows supports kernel debugging over a network. This article describes how to set up network debugging automatically by using the KDNET (kdnet.exe) setup tool.
Debug a .NET console application using Visual Studio - .NET
Oct 23, 2025 · Another way to start debugging is by choosing Debug > Start Debugging from the menu. Enter a string in the console window when the program prompts for a name, and then …