// 1. Set the image array with UIImage objects
imageSliderVC.images = [image1, image2, image3]
(lldb) po image1
<UIImage: 0x7fe643d1f2c0>, {320, 152}
(lldb) po image2
<UIImage: 0x7fe643d21590>, {320, 152}
(lldb) po image3
<UIImage: 0x7fe643d21e10>, {320, 152}
Error in this line:
There is my po Log