So I tried to put a print statement while debugging in a SwiftUI View.
print(\"landmark: \\(landmark)\")
In the following body.
<
You can't because you're in a computed property. You need for example a button and in the action you define the print. Or work with breakpoints