Debugger in an iPhone app session not launched from tapping a springboard icon

Posted by Squeegy on Stack Overflow See other posts from Stack Overflow or by Squeegy
Published on 2010-04-17T20:07:05Z Indexed on 2010/04/17 20:43 UTC
Read the original article Hit count: 266

Filed under:
|
|

I'm trying to debug an issue that only occurs when my iPhone app receives a push notification.

The trouble is I can't figure out how to get a debugger, or even view any NSLog output, when my app is launched in this way. Xcode gives me a debugger and the gdb console when it launches an app for me.

So how do I run my app in the debugger when Xcode does not launch my app for me?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about iphone-sdk