EclipseME (現在は Mobile Tools Java)で起動しない壊れたデバッガーを修正するにはどうすればよいですか?
(この質問には、すぐに別の質問から転送される回答があります)
私にとってEclipseMEで最も厄介な問題は、「壊れた」デバッガーでした。これは起動しませんでした。これはドキュメントで説明されていますが、EclipseMEを最初にインストールしたときにこのヒントを見つけるのに約1時間かかり、1年後にJavaME開発に戻ったときにさらに1時間かかったので、この知識もここで共有することにしました。
デバッガーが起動しない場合は、
その後、EclipseはKVMに接続し、デバッガーが接続された状態でミッドレットを実行できるようになります。
most debuggers are just plug-ins that also have a command-line interface; try running the debugger from the command-line and see if it works. If it does, then check the plug-in configuration; you may have to re-install the plug-in.
caveat: I have not used EclipseME, but had similar problems with the Gnu C debugger in Eclipse for Ubuntu.