I'm trying to debug a J2ME application on my Sony Ericsson K790i which is a JP-7 phone on a Windows XP with latest Netbeans, J2ME SDK, Sony SDK, etc.
I can USB connect and use the SE Device Explorer. When I start my app from device explorer, it just gives a exception name (ArrayOutOfBoundsException) and a call stack with a list of "unknown". Is there a way to translate the call stack into procedure and line #? Is there a way to create a debug binary or any way to get a little more hints? My app is starting fine on the emulator. It even installs fine on phone but when I run it, it crashed with no info at all.
I have tried even to use On Device Debug which my phone supports but I get a OAFcode=45 EXEcode=28 and debug session never starts. Though it does create a tempNNNN app in my phone.
Any ideas that could help are welcome.