Is there a way to debug (breakpoints) my app via Xcode if it's not running already and was launched as a result of swiping a remote notification from the locked screen?
Obviously I can't just add breakpoints and expect execution to halt since I need to fire the app via Xcode in order to debug?