What Are Different Types of Debbugers

Answers were Sorted based on User's Feedback



What Are Different Types of Debbugers..

Answer / vaibhav durhaya

There are two types of Debugger--

1. CorDBG – command-line debugger. To use CorDbg, you
must compile the original C# file using the /debug switch.
2. DbgCLR – graphic debugger. Visual Studio .NET uses
the DbgCLR.

Is This Answer Correct ?    33 Yes 2 No

What Are Different Types of Debbugers..

Answer / sabyasachi

Visual Debugger allows you to examine code while it is
running and includes features that help you debug
applications, including the following:

Breakpoints: Breakpoints are places in the code where
the debugger will stop the application, allow you to view
the current data state of the application, and then step
through each line of code. For information, see Debugging
Basics: Breakpoints.

Stepping: Once you have stopped at a breakpoint, you
can run the code line by line (known as stepping through the
code). Visual Debugger includes a number of features to help
you step through your code, such as iterators that allow you
to specify how many times to step through a loop before
stopping again. For more information, see Code Stepping
Overview.

Data Viewing: Visual Debugger gives you many different
options for viewing and tracking data while the application
is running. The debugger allows you to modify the data while
the application is stopped in break mode and then continue
to run the application with the modified data. For more
information, see Viewing Data in the Debugger.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What are the main components of the ADO object model? How are they used?

2 Answers   HCL, Syntax Softtech,


What's the ASP.Net Application life cycle?

0 Answers   Wipro,


How does a web application session work?

0 Answers  


extensibility in asp.net2.0

0 Answers  


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

0 Answers  






If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

0 Answers  


How do you store a value in viewstate and retrieve them?

0 Answers  


Explain the asp.net session state modes.

0 Answers  


What is paging in context of Memory?

0 Answers   Microsoft,


What is Http handler?

5 Answers   Accenture,


Define cookie.

0 Answers  


Is asp.net and .net same?

0 Answers  


Categories