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
How is a managed code executed?
Explain the top .net class that everything is derived from?
What are the two main parts of the .net framework?
Write the .net syntax for 'while loop'?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is the use com component in .net?
Explain what is the difference between web application and enterprise application?
Do you know what's the difference between .net and laravel?
I'm having some trouble with cas. How can I troubleshoot the problem?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What is the difference between a namespace and assembly name in .net?
What is the base class of Button control in .NET?
What do you mean by Driver Script?
What is the use of common language runtime?