views:

146

answers:

2

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
+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