What’s the difference between the Debug class and Trace class?
Select an image from your device to upload
Documentation looks the same. Use Debug class for debug builds, use Trace class for both debug and release builds.