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

Which adapter should you use, if you want to get the data from an access database?

533


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?

1832


What is session id in web application?

485


Define secured sockets layer.

533


Why session is necessary in web application?

509






What does mean by a neutral culture?

594


Differentiate between namespace and assembly.

556


Can any body provide me the sample web application in asp.net

1433


What is the difference between localization and globalization?

553


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

606


How to create discussion forum in asp.net mvc? : Asp.Net MVC

526


Contrast OOP and SOA. What are tenets of each ?

1734


In which situation can you not use a viewstate?

530


What is true about application service provider?

486


How to implement globalization and localization in the use interface in .net.

528