What are the differences between Trace and Debug?
Answers were Sorted based on User's Feedback
Answer / vinod reddy
Trace and Debug - There are two main classes that deal with
tracing - Debug and Trace. They both work in a similar way -
the difference is that tracing from the Debug class only
works in builds that have the DEBUG symbol defined, whereas
tracing from the Trace class only works in builds that have
the TRACE symbol defined. Typically this means that you
should use System.Diagnostics.Trace.WriteLine for tracing
that you want to work in debug and release builds, and
System.Diagnostics.Debug.WriteLine for tracing that you want
to work only in debug builds.
Tracing is actually the process of collecting information
about the program's execution. Debugging is the process of
finding & fixing errors in our program. Tracing is the
ability of an application to generate information about its
own execution. The idea is that subsequent analysis of this
information may help us understand why a part of the
application is not behaving as it should and allow
identification of the source of the error.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / dasharatham
trace allows us to view how the code executed in details.
Debug allows line by line exection..
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain diff between dataset and datareader?
Define static member?
What is active web page?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
How can you enable impersonation in the web.config file?
What is Web API Routing?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
what are the web form events available in asp.net?
How does dataset acts in a disconnected fashion ?
What is data grid view in asp.net?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
0 Answers Sans Pareil IT Services,
What is the differences between a primary key and a unique key in sql server?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)