1.

What Debugging Tools Come With The .net Sdk?

Answer»

CorDBG – 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.

CorDBG – 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.



Discussion

No Comment Found