SwiftUI View Debugging | raywenderlich.com

Learn how to use Debug Previews to debug SwiftUI code using Previews instead of relying on a simulator or device.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/18770184-ios-debugging-fundamentals/lessons/9

Preview Debugger menu item in the canvas is deprecated. Apple says to use the Debug > Attach to process menu item to attach the debugger to the previewed app, but can’t get this to work or find how to do it.