I am trying to debug a Blackberry application on a device. I had initial success, but recently the device reboots when the debugger tries to start the application. The application will be installed, and I can start it from the device after rebooting the device, but so far I can not get it to work under the debugger.
Configuration
- Device: 9700 OS: v5.0.0.602
- Eclipse: Galileo (3.5.2) Blackberry Java
- Plugin: 1.1.2.201004161203-16
- Blackberry SDK: 5.0.0.25
I saw some links to this problem elsewhere, but no real solution. I tried to remove the application from the device before starting the debugger, but I still get a reboot when installing the application. It seems that this problem may be related to the size of the application (it becomes large and will increase). Small applications install and debug fine.
I would be glad if I could install the application as one step, and then attach the debugger as the second step, but this does not seem to be available from the Blackberry SDK. Only option that I see is to install, run and debug.
Does anyone have a solution or work with this problem? Thank.
- rich
source
share