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

How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


What are server-side comments in ASP.NET?

0 Answers   Winsol Solutions,


What is route in web api?

0 Answers  


Can you set the session out time manually?

0 Answers  


How ViewstateMac works?

0 Answers   CGI,






How does u call and execute a sp in .net?

0 Answers  


Which is the best institute to learn Microsoft Technologies and the faculty if you Know?

0 Answers   TCS,


is it possible to access website from a remote place, without deploying it on web server?

1 Answers  


Differentiate between namespace and assembly.

0 Answers  


How you can return View from ASP.NET Web API method?

0 Answers  


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


What is difference Between Authentication and authorization?

0 Answers   MCN Solutions,


Categories