What debugging tools come with the .NET SDK? CorDBG



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

Answer / guest

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

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Are constructors inherited c#?

0 Answers  


What is oledbconnection c#?

0 Answers  


Explain ACID rule of thumb for transactions.

1 Answers  


How do you achieve polymorphism in c#?

0 Answers  


What is indexers in C#

4 Answers   Bodhtree,






How do I do implement a trace?

0 Answers  


Is string null or empty?

0 Answers  


Which class comes after the SortedList class?

0 Answers   Siebel,


What is an ienumerable in c#?

0 Answers  


what is Anonymous Method.? and What is shadowing?

2 Answers   ATS, Infosys,


Is Multiple-inheritance supported by c#?

0 Answers   Siebel,


i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help

1 Answers  


Categories