Answer:
There are 2 different tools they are :
DbgcLr : This is also known as Graphic Debugger. Visual studio .Net uses this.
CorDBG : This Command line debugger To use this we must compile the original c# file using the /debug switch.
Asked In: Many Interviews |
Alert Moderator