C# (Sharp) Programming Language Question:

What debugging tools come with the .NET SDK?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

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.


Previous QuestionNext Question
How do you generate documentation from the C# file commented properly with a command-line compiler?What does assert() method do?