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 viewstate? What does the “enableviewstate” property do?
What is the procedure to create the environment for asp.net? : asp.net mvc
What are the three parts of an http response?
What is the difference between server-side scripting and client-side scripting?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is bson in web api?
Explain State management in asp.net
Explain difference between friend and protected friend?
What is paging in context of Memory?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Differentiate the session object and application object?
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain server-side scripting and client-side scripting.
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc