.NET Debug & trace classes - Answers to .NET Debug & trace classes interview questions

Using Breakpoints you can break or pause the execution of an application at a certain point...
Trace Class (System.Diagnostics) It provides a set of methods and properties that help you trace the execution of your code....
Trace switches are used to enable, disable and filter the tracing output. They are objects can be configured through the .config file.....