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

Why do we use ienumerable in c#?

0 Answers  


What is disco?

0 Answers  


Is c# a keyword?

0 Answers  


If a class is having 4 variables namely type double,type integer,type string,type decimal. If we create an instance of that class those variables which gets into this instance are value types or reference types?

4 Answers   Kanbay,


What is the different types of private assembly and shared assembly?

0 Answers  


What is a property in c#?

0 Answers  


Describe ado.net?

0 Answers  


What is c sharp used for?

0 Answers  


Define the term immutable ?

0 Answers   Siebel,


Why do we use delegates?

0 Answers  


How do you sort a list in c#?

0 Answers  


What are logical operators in c#?

0 Answers  


Categories