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

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

0 Answers  


Does google crawl redirects?

0 Answers  


How do u optimize a query in asp.net?

0 Answers   MCN Solutions,


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

0 Answers  


You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

6 Answers   CPCL, Syntax Softtech,


If you have to replicate a set of controls(UI) across a number of web pages, what will you do

1 Answers  


what is strong name?

4 Answers   Fidelity, Infosys, Microsoft, Shriram Value Services,


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


What is runat?

0 Answers  


what is uncle aunty file

1 Answers  


Explain about Multi-Language integration?

0 Answers  


If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?

1 Answers  


Categories