so - I can't for the life of me work out how to debug a preview in Xcode 13
I can find all sorts of documentation for Xcode 11, which is very different - and even documentation for Xcode 12 with all sorts of conflicting advice like
- right click the run button and you'll get a menu
- control/command/option click run
- long click the run
Well - I've tried all of those - and put breakpoints on almost every line of code in my preview / view / init functions - and however I hit run, it just... runs... - so I see the preview, but no breakpoints are hit - no print statements come out in the console - no cool expanded ui display appears - and no menus appear.
any ideas?
