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
Explain the difference between globalization and localization techniques
Whats the difference between abstract factory pattern and factory pattern?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What does a switch do?
What is active web pages?
What is server transfer?
What are the differences between code behind and code inline?
List the advantages and disadvantages of user control an custom control?
How can we identify that the page is post back in asp net?
Define repository pattern in mvc.net? : asp.net mvc
Define a multilingual website?