When debugging multithreaded midlet in the EclipseMe, the breakpoints work for me only in the main thread but not I other threads. Any ideas?
Asked
Active
Viewed 275 times
1
-
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 Jan 13 '09 at 17:42
-
5if you need a answer, i spend a bounty...? – Michael Schmidt Oct 05 '12 at 12:04
1 Answers
1
A wild guess, have you tried putting Thread.sleep() in the main thread and see whether the debugger enters the other thread!

Azlam
- 2,052
- 3
- 24
- 28