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.

Showing Answers 1 - 1 of 1 Answers

Ans:

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions