C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

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.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

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