C# (Sharp) Programming Language Question:

What debugging tools come with the .NET SDK?

Tweet Share WhatsApp

Answer:

1. CorDBG – command-line debugger. To use CorDbg, you must compile the original C# file using the /debug switch.
2. DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR.

Download C# (Sharp) Programming Language PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
How do you generate documentation from the C# file commented properly with a command-line compiler?What does assert() method do?