Difference between Debugging and tracing in .net



Difference between Debugging and tracing in .net..

Answer / 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

More Dot Net General Interview Questions

How do you define the lease of the object in .net?

0 Answers  


Does .net supports destructors concept?

0 Answers  


What is the root class in .net?

0 Answers  


How to convert a .NET object into COM operabililty?

0 Answers   Petranics Solutions,


Give an example for setter/ write-only methods

1 Answers  






What is prerender event of a page?

3 Answers   C Squared Systems,


Can we have same method with same name and signature using partial classes

1 Answers  


what is a strong name?

3 Answers  


Is there any thread in our .net programs?

0 Answers  


What is concurrency? How will you avoid concurrency when dealing with dataset?

0 Answers  


Can you edit data in repeater control? How?

0 Answers  


What is the best way to crack the certification?

0 Answers  


Categories