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
Does web services support data reader like pom project?
What is dynamic web page with example?
How can we pass info between 2 asp.net pages?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Where do the cookie state and session state information be stored?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What are the various ways to send content from one page to another?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is meant by server side scripting?
What is ipostback?
Explain About WebService
Define machine.config in .net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How to turn off cookies for a page?
Give some salient points of difference between request processor and request dispatcher.