The information in this topic may be out of date. The current SDK reference guide has moved here.
saveDebugScreenshots property
Use this property to set and retrieve whether or not checkpoint images should be copied to a local file (typically for troubleshooting).
Syntax
Call syntax
BOOL value; // give relevant initial value
eyes.saveDebugScreenshots = value
value = eyes.saveDebugScreenshots
Declaration
(assign, nonatomic) BOOL saveDebugScreenshots
Type:BOOL
If set to true, then checkpoint images is saved to a local directory.