iPhone and iPad development
658.7K views | +73 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

[DEBUG] RRFPSBar: Show FPS Bar instead of StatusBar on iOS.

[DEBUG] RRFPSBar: Show FPS Bar instead of StatusBar on iOS. | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

Usefull to debug


✔Sourceshttps://github.com/RolandasRazma/RRFPSBar

vishal dharmawat's curator insight, March 22, 2013 11:59 PM

Show FBS Bar instead of StatusBar Bon iOS.

Trupti Nandani's curator insight, November 29, 2014 6:40 AM

like it..

Scooped by Vincent Demay
Scoop.it!

superdb: A live debugger for iOS

superdb: A live debugger for iOS | iPhone and iPad development | Scoop.it

The Super Debugger (superdb for short) is a dynamic, wireless debugger for iOS (and theoretically, Mac) apps. It works as two parts: a static library that runs built in to your app and a Mac app to send commands to the app, wirelessly. Your app starts up the debugger via this library, which broadcasts itself on your local network. The Mac app can discover these debug sessions via Bonjour and connect to them.


You can then send messages to your live objects as the app is running on the device (or Simulator). No need to set any break points. Any message you can send in code can also be sent this way. This allows you to rapidly test changes and see their results, without the need to recompile and deploy.


The debugger will even let you rapidly resend messages involving numeric values. When trying to tweak an interface measurement, for example, you can just click and drag on the value and see the changes reflected instantly on the device.

Phillip Trotter's curator insight, January 25, 2013 5:44 PM

This would have been rather useful recently.. bookmarking for future.

vishal dharmawat's curator insight, March 14, 2013 11:21 PM

a tool that no developer can resist.....

Scooped by Vincent Demay
Scoop.it!

Debugging with GDB: Introduction to Commands

Debugging with GDB: Introduction to Commands | iPhone and iPad development | Scoop.it

GDB is the debugging system built into Xcode. Xcode handles much of the interaction with GDB to provide support for breakpoints, stepping through/over code, wowever, GBD also provides a command line that you can use to work directly with the debugger. This tutorial walks through the basics of the command line interface along with an introduction to a handful of commands for viewing variable and object data.


No comment yet.
Scooped by Vincent Demay
Scoop.it!

Objective-C Expressions for Debugging

Objective-C Expressions for Debugging | iPhone and iPad development | Scoop.it

here are four Objective-C expressions which provides additional information about the current context in your code. Three of the four expressions are shown in the example

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Filename and Line Number with NSLog: Part II

Filename and Line Number with NSLog: Part II | iPhone and iPad development | Scoop.it

The code allows for displaying additional information beyond the date/time stamp and process ID that NSLog outputs, specifically, the filename which calls the debug routine, and the line number where the call was invoked. I also added a few additional configuration options including an option to disable all debug messages.

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Ad Hoc + Crash Reporting « Under The Bridge

Ad Hoc + Crash Reporting « Under The Bridge | iPhone and iPad development | Scoop.it

"So it’s been quite a while since we last surveyed the state of ad hoc distribution, and even longer since we made any notes about crash reporters — remember when CrashReportSender was a massive novelty? Ah, how the time does fly — but the progress in merging those functions has been dramatic enough that yep, let’s pick today to get out of our comfortable rut and try something new."


http://t.co/R3E2Yesh

No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)