<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSCNDebugOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@T@ARSCNDebugOptions"
  },
  "title" : "ARSCNDebugOptions"
}
-->

# ARSCNDebugOptions

Options for drawing overlay content to aid debugging of AR tracking in a SceneKit view.

```
typealias ARSCNDebugOptions = SCNDebugOptions
```

## Discussion

To use these debugging overlays, add them to the option set in the view’s <doc://com.apple.documentation/documentation/SceneKit/SCNSceneRenderer/debugOptions> property (inherited from the <doc://com.apple.documentation/documentation/SceneKit/SCNView> class).

## Topics

### AR Debugging Overlays

[`ARSCNDebugOptionShowWorldOrigin`](/documentation/ARKit/ARSCNDebugOptionShowWorldOrigin)

Display a coordinate axis visualization indicating the position and orientation of the AR world coordinate system.

[`ARSCNDebugOptionShowFeaturePoints`](/documentation/ARKit/ARSCNDebugOptionShowFeaturePoints)

Display a point cloud showing intermediate results of the scene analysis that ARKit uses to track device position.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)