I've got an iPhone app that talks to Flickr. This involves handing over to Safari to do the credential stuff. Once this is done, Flickr calls back to my app. All is well and good - my app is ...
As some of you may know, I am doing some JNI work. Eclipse's Java debugger is fantastic, so it works fine for debugging the Java test code (read: stopping on a line to debug the native code). However, ...