1, Eclipse配置首先,运行Eclipse,选择Window---->Preference,在左侧数型框中选择java--->debug,在右侧debug选项区域中把Suspend Execution的前两个选项取消选择,也将就是下面两个(不要选上哦):Suspend execution on uncaught exceptionSuspend execution on compilation errors。然后,在Communication中将第一个Debugger timeout (ms)的时间设置15000。完成以上两步,你就可以Debug你的j2me程序了。2, 开始