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

When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

0 Answers   Wipro,


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

0 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers   Siebel Systems,


Write the different features of a Thread and a Process?

0 Answers   Siebel,


How many types of validation are there?

0 Answers  


what is client-server architecture in .net? and what is 3-tier architecture?

1 Answers  


How do you relate an aspx page with its code behind Page?

2 Answers   Accenture,


Explain the difference between debug.write and trace.write?

0 Answers  


How to prepare culture-specific formatting in .net.

0 Answers  


What is data binding in asp net?

0 Answers  


Difference between ISQL and OSQL??

1 Answers  


Categories