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


Please Help Members By Posting Answers For Below Questions

What is an extension method in c#?

493


Are c and c# the same thing?

484


What is object array in c#?

511


Is c# strongly typed?

468


How do you remove white spaces from a string?

491






What are Memory foot print of an exe?

502


Are tuples mutable c#?

488


Which compiler switch creates an xml file from xml comments in the files in an assembly?

579


What is a view? What is the use of it?

582


What are generic types?

495


What are the properties of a string class?

515


Classes and structs can be declared as static, is this statement true or false?

549


What is an assembly qualified name? Is it a filename? How is it different?

496


what is a static constructor?

667


What are the generation of Garbage Collection in C# .NET ?

553