Interview Questions

What debugging tools come with the .NET SDK?

C# Interview Questions and Answers


(Continued from previous question...)

131. 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.

(Continued on next question...)

Other Interview Questions