SwiftUI experts: How do you debug a feature that uses SwiftUI?
In UIKit I print the current view controller and with lldb I can manipulate the views to figure out what the problem is. This seems not to work in SwiftUI. How do you find the line of code that is problematic to fix an issue?