Answer Posted / 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 View All Answers
What is array and types of array in c#?
Define assert() method? How does it work?
How long will it take to learn c#?
What is the difference between method and function in c#?
What is #region in c#?
What are the steps to create an assembly and add it to the gac?
What is extension method in c sharp?
What is a must for multitasking
Why dictionary is faster than list?
what is IDisposal interface
How jit (just in time) works?
Can abstract class be sealed in c#?
Is c# good for web development?
What is a reference type c#?
Value Type and Reference Type Data type in C#?