What is the difference between the Debug class and Trace class?

Options
- Use Debug class for debug builds, use Trace class for both debug and release builds
- Both are same
- Use Trace class for debug builds, use Debug class for both debug and release builds


CORRECT ANSWER : Use Debug class for debug builds, use Trace class for both debug and release builds

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement