Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between Trace and Debug?

Answer Posted / rajeev.varshney5

Trace & Debug :
Debug : When the Developer works on the Project and Solve the Problem of Error at the perticuler time by the help of F10 & F11. and We can say that Debugging is the process of
finding & fixing errors in our program.

Tracing : Tracing is the process of collecting Information of program's execution. Or We can say that tracing is used to see the Diagnostic Information (Troubleshooting Information) that contains the Session, Execution time,Http..etc...

Tracing is two types..
1)Page Leve Tracing.
2) Application Level Tracing.

1) Page Level Tracing : It contain the Diagonstic information of a perticular page..it can be done by the help of Trace=true;
if(Request.QueryString["trace']=="true")
{
Trace.IsEnabled=True;
}

2) Application Level : When we don't have information that Which page contains the Error then We used Application Level Tracing.
It contains the following Property.
1) enabled=True;
2) pageOutput="true"
3)RequestLimit=10
4)TraceMode=SortByTime
5) LocalOnly=false;
6) MostRecent=false;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the typical session identifier?

1106


What language does asp.net use?

1049


Is asp.net easy to learn?

1049


Where web.config file is used?

1151


What is difference between cookies and cache?

1092


Explain the different parts that constitute ASP.NET application?

1065


What are the major built-in objects in ASP.NET?

1147


What is csrf attack in asp.net?

1085


What is the difference between abstract class vs interface? Can give me the real time examples?

1015


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

21307


Describe the .net base class library.

1126


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

995


Differentiate between a hyperlink control and a linkbutton control.

1034


What is data control in asp.net?

1061


Describe Segmentation With Paging?

1112