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 validation in asp.net?

0 Answers  


What’s difference between “optimistic” and “pessimistic” locking?

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  


What do you mean by serialize?

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

2 Answers  






How to implement Authentication and Authorization?

0 Answers   QuestPond,


What is postback pixel?

0 Answers  


I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.

1 Answers   MS Technosoft, Wipro,


What is a uri query?

0 Answers  


What is boxing and unboxing ?

7 Answers   Accenture, Infosys, MedTek,


Which asp.net objects encapsulate the state of the client and the browser?

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


Categories