Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EclipseMe でマルチスレッド midlet をデバッグする場合、ブレークポイントはメイン スレッドでのみ機能し、他のスレッドでは機能しません。何か案は?
大げさな推測ですが、メインスレッドに Thread.sleep() を入れてみて、デバッガーが他のスレッドに入るかどうかを確認しましたか?