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 IIS is required for installing the deployment of windows C#.netapplication and to run.

2 Answers  


Is equal in c#?

0 Answers  


What is the difference between ref and out in c#?

0 Answers  


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

0 Answers  


C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

3 Answers   Visual Soft,






How long will it take to learn c#?

0 Answers  


Is c# different than c++?

0 Answers  


What are value types and reference types?

0 Answers  


Which is faster dictionary or hashtable?

0 Answers  


Which is better javascript or c#?

0 Answers  


How many variables do you need?

0 Answers  


What is generic collection in c#?

0 Answers  


Categories