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

What is dot net and its uses?

1 Answers  


What is lambda expressions in c#?

1 Answers  


Explain me what is a design pattern and what is it for?

1 Answers  


What?s a Windows process?

1 Answers  


Why do we use msmq?

1 Answers  


what user controls are and what server controls are and the differences between the two.

1 Answers  


What is a .DLL and .EXE files called in .NET?

1 Answers   CitiusTech,


What is the difference between task and thread in .net?

1 Answers  


Explain different types of cookies in .NET?

1 Answers  


What is UDDI and how to register a web service ?

2 Answers   Msoft, TCS,


Is .net capable of supporting multi-thread?

1 Answers  


Value type & data types difference. Example from .NET.

2 Answers   TCS,


Categories