1.

What Debugging Tools Come With The .net Sdk?

Answer»

1.CorDBG - command-line debugger. To USE CorDbg, you must compile the ORIGINAL C# FILE using the /DEBUG switch.
2.DbgCLR - graphic debugger. Visual Studio .NET USES the DbgCLR

1.CorDBG - command-line debugger. To use CorDbg, you must compile the original C# file using the /debug switch.
2.DbgCLR - graphic debugger. Visual Studio .NET uses the DbgCLR



Discussion

No Comment Found