1

When debugging multithreaded midlet in the EclipseMe, the breakpoints work for me only in the main thread but not I other threads. Any ideas?

Lucifer
  • 29,392
  • 25
  • 90
  • 143

1 Answers1

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