Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How do you a replicate a set of controls across a number of ASP Pages

2 Answers  


What is asp.net master page?

0 Answers  


what is differences between bind and eval?

2 Answers  


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


What is a reflection?

0 Answers  


Define transparent caching with aop?

0 Answers  


What?s the difference between Response.Write() andResponse.Output.Write()?

7 Answers   Atos Origin, IBM,


What is cookieless session id explain in brief?

0 Answers  


Can one dll file contains the compiled code of more than one .net language?

0 Answers  


Why do we need url encoding?

0 Answers  


How many Controls present in Asp dot net?

7 Answers   TCS,


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


Categories