Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging j2me on a Device

Has anybody had any success ever attaching a debugger to a tethered device? I am able to debug my j2me application in the emulator, but have a lot of trouble sorting out phone-specific problems when they come up. The phone I'm using is a Nokia N95, but ideally the debug process would work on any phone.

Is this possible? If so does anyone have steps they've used to set it up?

like image 231
Cory Avatar asked Dec 01 '08 17:12

Cory


1 Answers

Sony Ericsson supports debugging on ebery phone at least since K700, this is done by using KDWP. UIQ 3 communicators also can be debugged the same way.

By the way, it the latest phones by SE it is even possible to monitor memory consumption and CPU profiling. So if you wanna debug your apps on real phones, I would suggest also using SE phones, they are really good at it. I use Netbeans, and it works without any problems with any SE phone.

like image 82
Malcolm Avatar answered Sep 21 '22 21:09

Malcolm