Amit Singh Total Post:562 Points:2810 Posted by Amit Singh December-27-2010 0:00 AM C# C# 1 Answer(s) 1406 View(s) Ratings: Rate this:
Amit Singh Post:562 Points:2810 What debugging tools come with the .NET SDK? Posted on 7 years ago 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.
Post:562
Points:2810What debugging tools come with the .NET SDK?
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.