1
Reply

What’s the difference between the Debug class and Trace class?

18y
10.4k
0
Reply

    Documentation looks the same. Use Debug class for debug builds, use Trace class for both debug and release builds.

    18y
    0