What debugging tools come with the .NET SDK?



What debugging tools come with the .NET SDK?..

Answer / p.ramakrishna

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

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Practcle scenario where I can use abstract class and where I can use Interface

1 Answers   Jeevan Technologies,


What is architecture of your poroject? how i c an say?

2 Answers   Eminosoft, HCL, Phoenix Technologies,


How to generate strong name key file or which command is used to generated strong name key file?

0 Answers   CitiusTech,


Can a class have more than 1 destructor?

0 Answers  


What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


Is XML case-sensitive?

3 Answers   Wipro,


How do I start a program in c#?

0 Answers  


What is a method c#?

0 Answers  


Illustrate race condition?

0 Answers  


Explain different properties of object oriented systems.

0 Answers  


What is the use of the dispose method in C# ?

0 Answers   Infosys,


What is state c#?

0 Answers  


Categories