What Are Different Types of Debbugers
Answer Posted / vaibhav durhaya
There are two types of Debugger--
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.
Is This Answer Correct ? | 33 Yes | 2 No |
Post New Answer View All Answers
What is advantage of code behind coding in ASP.NET?
What is asp according to you?
What is the use of autowireup in asp.net?
What is data control in asp.net?
Is it possible for me to change my aspx file extension to some other name?
A web service can only be written in .net? State whether true or false.
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How do you implement postback with a text box?
What is the use of global.asax file?
Define the types of configuration files.
What is the difference between “Web.config” and “Machine.Config”?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What are httphandlers and httpmodules and difference between them?
What is asp.net localization?