1.

What's The Difference Between The Debug Class And Trace Class? Documentation Looks The Same.

Answer»

USE DEBUG CLASS for debug builds, use Trace class for both debug and RELEASE builds.

Use Debug class for debug builds, use Trace class for both debug and release builds.



Discussion

No Comment Found