What Are Different Types of Debbugers
Answers were Sorted based on User's Feedback
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 |
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 |
What data type does the Range Validator control support?
What?s the difference between Response.Write() andResponse.Output.Write()?
What is the size of Get method and how much data it can store?
How to change the form layout in ASp.net 2.0 ?
Explain exception handling in .net.
Difference between web.config and app.config?
3 Answers ITC Infotech, Jenesys Technologies,
Master Page
what is clr . how we access them?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
When is an object collected by the Garbage Collector? [Four options were given]
Which method do you use to enforce garbage collection in .net?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)