what are debugging types in .net?

Answers were Sorted based on User's Feedback



what are debugging types in .net?..

Answer / mani

Two types of Debuggings
1.CorDbg:(command line debugger)To use CorDbg, You must
compile the original c# file, by using /debug switch.
2.Dbgclr:(Graphic Debugger)Visual studio.net uses Dbgclr

Is This Answer Correct ?    27 Yes 1 No

what are debugging types in .net?..

Answer / sanjay

There are two types debugging in dot net
1- CorDbg
2- Dbgclr

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.

1 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


What is the best Macanism to clear the Cache in asp.net

0 Answers   MCN Solutions,


Explain what a diffgram is and a good use for one?

1 Answers   Siebel Systems, Syntax Softtech,


we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,






Where on the Internet would you look for Web services?

5 Answers   IBM, MNC, Siebel Systems,


Difference between asp and asp.net?

4 Answers   Accenture,


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


What is ispostback method in asp.net? Why do we use that?

0 Answers  


How do you trap errors in ASP and how do you invoke a component in ASP ?

1 Answers   Cognizant,


What is the use of ASP.NET routing?

0 Answers  


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


Categories