07-13-2009 05:24 AM
I'm developing for the BB 9000 (bold), over the Eclipse platform. I have the eJDE 1.0.0.67 installed with the 4.6.0.19 OS pack and the 9000 simulator.
Regular debugging works fine. The device is identified by the debug options screen after connecting the usb cable. When firing the device debugger, the device screen turns white and displays the message "Debugger attaching". On the Eclipse console I can see that the device was attached ("attach: success"), and I get the endless "No debug information found for FOO" list. After this, the device screen displays the clock again, and nothing happoens. My app. is not fired and I can not find it anywhere on the device.
The debugger however is attached, as I can see the list of threads running on the device, and I keep getting all of the regular device log outputs.
What am I doing wrong? How do I fire up my application for debugging?
Solved! Go to Solution.
07-13-2009 05:29 AM
07-13-2009 05:39 AM
07-13-2009 06:16 AM
07-13-2009 06:45 AM
07-13-2009 07:25 AM
07-16-2009 04:46 AM
Works fine. Thanks.