Difference Between The Debug class and Trace class?
Answers (1)
Add AnswerDebug is going through the code flow during run time where as tracing is giving details of execution plan, process timing details. Debug and trace enables you to monitor the application for errors and exception with out VS.NET IDE. In Debug mode compiler inserts some debugging code inside the executable.