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

Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


Why do we need to call CG.SupressFinalize?

0 Answers  


Explain the accessibility modifier protected internal?

0 Answers  


Difference between abstract classes and interfaces

0 Answers  


Define parsing?

0 Answers  






What do you use c# for?

0 Answers  


What is Asynchronous call and how it can be implemented using delegates?

0 Answers  


Define sealed classes in c#?

0 Answers  


What is cache memory in c#?

0 Answers  


Can you store multiple data types in System.Array?

7 Answers  


Can you change the value of a variable while debugging a C# application?

1 Answers  


how to prevent a class from being inherited in c#.net?

0 Answers  


Categories