08-22-2008 12:21 PM
When using the eclipse debugger and trying to debug an application with JDWP, it suspends execution every time MessageQueue.enqueue(Message) line: 160 is called (which is often). It's giving a NullPointerException. This is occuring with JDE 4.2.1.
I've tried running clean.bat in the simulator directory, and uninstalling/reinstalling the JDE, but the same problem is occurring. Debugging does work properly using the included IDE, so the problem is likely with Eclipse.
Has anyone run into this before?
Thanks
08-22-2008 12:37 PM
08-25-2008 09:52 AM
08-25-2008 10:34 AM
Sorry, this was due to my lack of familiarity with Eclipse. Under the Breakpoints view, it was set to catch all null pointer exceptions - removing the breakpoints fixed this issue.
Thanks