Reputation:
When debugging multithreaded midlet in the EclipseMe, the breakpoints work for me only in the main thread but not I other threads. Any ideas?
Upvotes: 1
Views: 278
Reputation: 2082
A wild guess, have you tried putting Thread.sleep() in the main thread and see whether the debugger enters the other thread!
Upvotes: 1