1.

Whether ‘debug’ and ‘trace’ are the same?

Answer»

No. The Trace class is USED for debugging as well as for certain build releases. It gives execution plan and PROCESS timing details. While debug is used mainly for debugging. Debug means GOING through the program code FLOW during execution time.

Debug and trace ALLOW for monitoring of the application for errors and exceptions without VS.NET IDE.



Discussion

No Comment Found