How to debug SwiftUI PreviewProvider

In Xcode 12, you could run the debugger on PreviewProviders. That was removed in Xcode 13. Is there a way to get logs for PreviewProviders? I haven't been able to find a way and it's driving me crazy. This is worse than punched cards. At least then, you could do print statements to debug...

How to debug SwiftUI PreviewProvider
 
 
Q