What Are Different Types of Debbugers

Answers were Sorted based on User's Feedback



What Are Different Types of Debbugers..

Answer / vaibhav durhaya

There are two types of Debugger--

1. CorDBG – command-line debugger. To use CorDbg, you
must compile the original C# file using the /debug switch.
2. DbgCLR – graphic debugger. Visual Studio .NET uses
the DbgCLR.

Is This Answer Correct ?    33 Yes 2 No

What Are Different Types of Debbugers..

Answer / 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

More ASP.NET Interview Questions

Define globalization and localization.

0 Answers  


How can we read a columnised text data in ASP.Net C#? Columnised means my data is stored in a text file and I have numeric data or string data in this file. For ex. If I am searching for the data of gender and I know that gender data is stored at column 32 in text file. How can I get this data in ASP.Net page. Thanks for help in advance.

2 Answers  


How can we prepairing Interview

0 Answers   ITcom, TCS,


What is Difference between Callbacks and Postback in ASP.NET?

1 Answers   Patni,


When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory

2 Answers   PCS,






What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


what is silverlight and what is the purpose of silverlight?

2 Answers   Cognizant, CTS,


Features and disadvantages of dataset ?

4 Answers   Interlink, Microsoft,


What are the intrinsic objects present in ASP.NET

1 Answers   IBM,


What is the asp.net mvc folder conventions? : asp.net mvc

0 Answers  


What are the features of asp.net mvc?

0 Answers  


What is difference between session and cookies?

0 Answers  


Categories