So I tried to put a print statement while debugging in a SwiftUI View.
print(\"landmark: \\(landmark)\")
In the following body.
<
Very easy way to debug your Preview:
Open your Swift project in Xcode 11. Right-click (or Control-click) on the Live Preview button in the bottom right corner of the preview. Select Debug Preview.
How to debug your SwiftUI previews in Xcode