Boris
Boris

Reputation:

How to debug multithreaded midlet app in EclipseMe?

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

Answers (1)

Azlam
Azlam

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

Related Questions