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 |
How to manage different kinds of sessions in ASP.NET?
What is cookies in asp net?
what are webservices?In which circumstances we can go for webservices?
Can you explain what inheritance is and an example of when you might use it?
Explain cashing in asp.net.
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What is preprocessor in .net and type, where it use?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How many classes can a single .NET DLL contain?
How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?
Which dll handles the request of .aspx page?
What is the difference between viewstate and hidden field in asp.net?
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)