What debugging tools come with the .NET SDK? CorDBG
Answer Posted / 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 View All Answers
How does insertion sort work?
Can a string be null c#?
How do you create dlls in .NET
What is garbage collector and where should you use in .NET?
Is array passed by reference in c#?
What is datarelation c#?
What is the .net datatype that allows the retrieval of data by a unique key?
Explain how to parse a datetime string?
What does mean before a string in c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What are the different types of classes?
What are delegates and why are they required?
Is ram a heap?
Why to use “using” in c#?
How do namespaces work?