When debugging multithreaded midlet in the EclipseMe, the breakpoints work for me only in the main thread but not i other threads. Any ideas???
A:
A wild guess, have you tried putting Thread.sleep() in the main thread and see whether the debugger enters the other thread!
Azlam
2008-11-21 11:54:38
+1
A:
It's strange, i work with J2ME and Eclipse and i'm always able to set breakpoints within code. Maybe you don't start your threads correctly?
Stefano Driussi
2009-01-13 17:42:51