I found the answer to my original problem:
Debugging an application on startup by push notification
I want to be able to debug when an application is launched via a push notification. This works great, and the application sits and waits while it starts remotely. However ... NSLog does not seem to output to the debugger, and I do not understand why. I can stick to breakpoints and do it through the application (view the values), but when calling NSLog nothing is displayed in the debugger itself.
Has anyone been able to work around this problem?
Asheh source share