Define Debug and Trace Class.Debug Class (System.Diagnostics) It provides a set of methods and properties that help debug your code. This class cannot be inherited.
Trace Class (System.Diagnostics) It provides a set of methods and properties that help you trace the execution of your code. This class cannot be inherited. For a list of all members of this type, see Trace Members
|