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

Is it not possible to store a boolean value as a variable?

0 Answers  


Explain about Protected and protected internal, ?internal? access-specifier?

7 Answers  


What is the difference between proc. Sent by val and by sub?

0 Answers  


Explain the types of errors in c#?

0 Answers  


What is trim in c#?

0 Answers  






What is the difference between virtual method and abstract method?

0 Answers  


Which types of inheritances does c# support?

0 Answers  


1. Describe page life cycle?

3 Answers   Mphasis,


What is an event in c#?

0 Answers  


Can a method return multiple values in c#?

0 Answers  


What is the difference between array and arraylist c#?

0 Answers  


How will you deploy the dll file in gac?

0 Answers  


Categories