如何修复“损坏的” EclipseME (MTJ) 中的调试器?
如何在 EclipseME(现在的 Mobile Tools Java)中修复损坏的调试器(无法启动) )?
(这个问题有答案,很快就会从另一个问题转过来)
How do I fix a broken debugger, one that just won't start, in EclipseME (now Mobile Tools Java)?
(This question has an answer which will be transferred from another question soon)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大多数调试器只是具有命令行界面的插件; 尝试从命令行运行调试器并查看它是否有效。 如果是,则检查插件配置; 您可能需要重新安装该插件。
警告:我没有使用过 EclipseME,但在 Eclipse for Ubuntu 中使用 Gnu C 调试器时遇到了类似的问题。
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.
对我来说,EclipseME 最烦人的问题是“损坏的”调试器,它无法启动。 这在文档中有介绍,但是当我第一次安装 EclipseME 时,我花了大约一个小时才找到这个技巧,一年后我回到 JavaME 开发时又花了一个小时,所以我决定也在这里分享这段知识。
如果调试器无法启动,
之后,Eclipse 应该能够连接到 KVM 并运行带有调试器的 midlet。
The most annoying issue with EclipseME for me was the "broken" debugger, which just wouldn't start. This is covered in docs, but it took me about an hour to find this tip when I first installed EclipseME, and another hour when I returned to JavaME development a year later, so I decided to share this piece of knowledge here, too.
If the debugger won't start,
After that, Eclipse should be able to connect to KVM and run a midlet with a debugger attached.