现在的位置: 首页 > 综合 > 正文

用Eclipse调试J2ME程序

2012年06月07日 ⁄ 综合 ⁄ 共 257字 ⁄ 字号 评论关闭

Eclipse配置

首先,运行Eclipse,选择Window---->Preference,在左侧数型框中选择java--->debug,在右侧debug选项区域中把Suspend Execution的前两个选项取消选择,也将就是下面两个(不要选上哦):

Suspend execution on uncaught exception
Suspend execution on compilation errors。

然后,在Communication中将第一个Debugger timeout (ms)的时间设置15000。( 默认3000)

抱歉!评论已关闭.