Error

Notice: Undefined property: stdClass::$forum_tid in forum_node_view() (line 275 of /home/wfrantz/www/sprintdevelopers/modules/forum/forum.module).

Debugging java code running on the phone

Submitted by Anonymous (not verified) on Thu, 10/09/2003 - 15:34

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.