How do I debug with NSLog(@”Inside of the iPhone Simulator”)?
There’s a far more convenient way to trace with log messages in Xcode, and that’s using Breakpoint Actions. On the line of code where you’d be tempted to add a printf or NSLog, set a breakpoint, then control-click it and choose “Edit Breakpoint”. In the blue bubble that appears, click the + button on the … Read more