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...

Difference between Debugging and tracing in .net

Answer Posted / suma

Debugging refers to a process in software development
whereby program analysts combines through computer code
looking for bugs.

In .NET we have objects called Trace Listeners. A listener
is an object that receives the trace output and outputs it
somewhere that somewhere could be a window in your
development environment

Two important programming operations/processes that help us
create and maintain applications are called "Debugging"
and "Tracing".

Debugging allows us to observe and correct programming
errors. Tracing is a form of Debugging that allows us to
keep track of the health and sanitary conditions of our
applications.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?

905


Explain what rare the types of jit and what is econo-jit?

965


Is .net a compiler?

974


How will you make .NET programs work in Linux ?

1967


What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

902


Explain clr, cts and cls?

1035


Please explain what is a delegate?

1155


What are an object and a class?

1027


Explain asp.net?

1028


Explain the differences between server-side code and client-side code.

1009


Can a try block have nested try blocks?

958


Can "this" be used within a static method?

1017


What is the advantage of packaging over xcopy in .net?

981


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

1006


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2032