How to debug Widgets (WidgetKit) on Xcode 12?
For example, setting breakpoints or at least making print
statements work.
Thank you!
How to debug Widgets (WidgetKit) on Xcode 12?
For example, setting breakpoints or at least making print
statements work.
Thank you!
Go to
Debug
,Attach to process by PID or Nameā¦
In the process name field, enter you widget target name. Then, run your widget target.