11-02-2009 01:48 PM - edited 11-02-2009 01:50 PM
Hi,
I'm trying to debug an application into a real BlackBerry device. I'm using Eclipse for a 8703e with the OS 4.2.1.110.
When I run the debug option, it tell me that I miss the file net_rim_app_manager.debug . I saw on the forum that I need to browse to the simulator folder and select the right file. I tried with all simulator version and Eclipse still telling me that I don't have the good file. I read elsewhere that I need the exact os version of simulator, but it doesn't exist of RIM website. I use the version 4.1.0.359 to have the simulator for the 8703e.
If I ignore the error message, like i read in another post, the debug is starting but my breakpoints isn't working.
What can I do? Any ideas? I really need to debug on the real device, cause all is working on the simulator but I have problem into the real device.
Thx
Solved! Go to Solution.
11-02-2009 02:06 PM
Have you tried ignoring all these errors? In JDE there's the "Don't Ask Again" button. I don't use BlackBerry Plug-In for Eclipse, so I don't know what options it offers...
11-02-2009 02:43 PM
Like I said, if I ignore the error message, the debug is starting but my breakpoints isn't working. Don't know if it have a link between these...
Thx
11-02-2009 02:46 PM
I found the problem!!!! The version installed wasn't totally the same (only an ip address into a HttpConnection change) so the debuger don't use breakpoint.
For all people that will have this problem, be sure to have the exact same version of application installed and use into Eclipse (don't add a space on a line!).
Thx for the support
11-02-2009 02:49 PM - edited 11-02-2009 02:51 PM
Yes, unfortunately it's a known issue that's been there since the old days of JDE v4.0 (if not earlier). I'm not sure why RIM still haven't added a quick check to warn that the modules on the device don't match the .debug files in the JDE/Eclipse/simulator directory. May be they can't easly guess which modules you are interested in... Although it shouldn't be hard to assume that it's the modules in the active workspace or that it's the modules where breakpoints are currently set.
01-20-2010 04:37 AM
Actually breakpoints are working but i cant not watch variable and do steping .. breakpoint must be set before build too ...
I used :
BlackBerry_JDE_PluginFull_1.1.1.200911111641-15.ex
eclipse-pulsar-galileo-SR1-win32.zip
sun_java_me_sdk-3_0-win.exe
Is there a better working configuration known for debuging ?
01-20-2010 05:09 AM
"Actually breakpoints are working but i cant not watch variable and do steping"
Not entirely true, you can see the variables if you put them in print statements. System.out.println and check the output console ![]()
You can set the break points after the build, it doesn't make a difference
01-20-2010 09:11 AM
Is debugging better using netbean ?
http://docs.sun.com/app/docs/doc/820-3753/ghjjt?a=