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 is better asp.net or php?

538


What are the two types of web pages?

522


Disable Mouse right click on web page in asp.net?

586


Where is asp.net session stored?

479


How can we identify that the Page is Post Back?

561






What is asp.net web application?

532


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2144


What is a session in asp.net?

541


What do you mean by caching in asp.net?

555


Describe the master page.

556


Define xmlvalidatingreader class.

570


Which tool you have done?

1484


What do you mean by marshalbyref?

646


What is the difference between runtime version and version?

515


What is the maximum amount of memory any single process on windows can address?

538