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

Can you instantiate an abstract class c#?

1 Answers  


Can constructor be protected?

1 Answers  


What are the applications of c#?

4 Answers  


Explain copy constructor?

1 Answers   Accenture,


1. Describe page life cycle?

3 Answers   Mphasis,


what is reference parameter? what is out parameters? what is difference these two?

9 Answers   Bally Technologies, SPIC, Wipro,


What is the use of base keyword? Tell me a practical example for base keyword’s usage?

1 Answers  


what is ment by Unboxing?

3 Answers  


Can we instantiate abstract class in c#?

1 Answers  


What is eager and lazy loading in c#?

1 Answers  


Is constructor a static method?

1 Answers  


Suppose two interfaces have same method, so how will you implement these methods in derive class?

1 Answers  


Categories