I want to debug a today view extension (widget) in iOS 8, so I select the widget under \"Scheme\" in Xcode, and select my iPhone as the device and hit run. It says \"running tod
Do not stop & start the debugger while notification windows is open in the simulator. Close the notification window. Stop the debugger. Start it again. Debugging widget in iOS8 is very delicate. You need to do everything in a slow non-agressive way (for now).