---
title: "What debugging tools come with the .NET SDK?"  
description: "What debugging tools come with the .NET SDK?"  
author: "Amit Singh"  
published: 2010-12-27  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/303/what-debugging-tools-come-with-the-dot-net-sdk  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What debugging tools come with the .NET SDK?

**CorDBG –** command-line debugger, and DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR. To use CorDbg, you must compile the original C# file using the debug switch.

## Answers

### Answer by Amit Singh

**CorDBG –** command-line debugger, and DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR. To use CorDbg, you must compile the original C# file using the debug switch.


---

Original Source: https://www.mindstick.com/interview/303/what-debugging-tools-come-with-the-dot-net-sdk

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
