View Single Post
  #2 (permalink)  
Old 11-03-2007, 04:00 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: What debugging tools come with the .NET SDK?

What debugging tools come with the .NET SDK?

Hi
Debugging tools in .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.

Thx
Kirthika
Reply With Quote