0

I put an NSLog statement inside my applicationDidFinishLaunching method. I build and run and see the log output. Then if I hit the home button (in the simulator) and restart the app, I don't see the log output.

Why?

Ternary
  • 2,401
  • 3
  • 31
  • 54

1 Answers1

2

Because the debugger is no longer attached once you hit the home button.

marcc
  • 12,295
  • 7
  • 49
  • 59