What Are Different Types of Debbugers

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between globalization and localization techniques

622


Whats the difference between abstract factory pattern and factory pattern?

682


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

3526


What are the namespace classes used in asp.net mvc? : asp.net mvc

641


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

609






How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

720


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1570


What does a switch do?

633


What is active web pages?

590


What is server transfer?

586


What are the differences between code behind and code inline?

601


List the advantages and disadvantages of user control an custom control?

626


How can we identify that the page is post back in asp net?

594


Define repository pattern in mvc.net? : asp.net mvc

613


Define a multilingual website?

618