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 should you do is you want to remove an existing component but would like to make some funtionalities?
How Response.flush works in server.Execute ?
1 Answers Keane India Ltd, TCS,
What is shared and private assembly?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is the first name space in .netF/W heirarchy
What are the types of session in asp.net?
What is the difference between viewstate and hidden field in asp.net?
how can we maintain security in soted procedure?
Is it possible to add aspx.vb file in to C# Web Project? If so how can i use the vb file in the C# Web project?
Compare and contrast between inline and code behind - which one is best?
What is considered a service provider?
Explain swagger components.
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)