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
Can master pages be nested?
Explain about the .NET framework?
How do I use response redirect?
What does ascx stand for?
Which .NET framework supports Web API?
How can you handle errors in Web API?
What is data grid view in asp.net?
when a request is made in Life cycle of ASP.NET page .
Explain the difference between debug.write and trace.write?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How to send a DataReader as a parameter to a remote client ?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Difference between .NET and previous version?
Which authentication uses a combination of windows and iis authentication?
Explain a program using code nuggets to create a simple application? : asp.net mvc