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

Difference between dispose and finallize method?

0 Answers  


What are possible implementations of distributed applications in .NET?

1 Answers  


Is .net capable of supporting multi-thread?

0 Answers  


Name some of the languages .NET support?

3 Answers  


State the methods used during deserialization and serialization process.

2 Answers  


Explain asp.net?

0 Answers  


Will my .net app run on 64-bit windows?

0 Answers  


How can you instantiate a tuple?

0 Answers  


What is an exe and a dll?

0 Answers  


How can we convert XML data into DataBase table IN .Net?

3 Answers   Indus Media, Wipro,


How anonymous method is different from a lambda expression?

0 Answers  


How to implement getcommon method in class a? Are you seeing any problem in the implementation?

0 Answers  


Categories