How to force a widget to call getTimeline when debugging instead of having to delete the widget each time you compile.

Is there a way to cause getTimeline to be called every time you run the widget in xcode?

Right now when the widget is first installed (via building and running via xcode) getTimeline is called as expected and I can set a breakpoint in xcode. However, after that recompiling and running the widget will not cause getTimeline to be called until the timeline has expired.

This means I have to delete the widget every time I compile and make a change to be able to debug.
Same question here..
How to force a widget to call getTimeline when debugging instead of having to delete the widget each time you compile.
 
 
Q