For example: ```swift Debug.sharedOption = Debug.Option(prefix: nil, indentSize: 4, elementsLimit: 3) let array = [1, 2, 3, 4, 5] Debug.prettyPrint(array) // [ // 1, // 2, // 3, // ... // ] ```