Given the differences between behavior in the emulator and on an actual phone, is anyone aware of a way to connect a debugger to the JVM on the phone so as to be able to debug the code there?
Barring that, does anyone know of a way to at least findout why an app was terminated (i.e. which exception was hit) oreven better get a stack trace to point the way towards the offending code?
Just seeing the phone throw up an "Application Terminated" dialog is not terribly conducive to producing quality code...
Thanks.