Problem debugging a simple J2ME MIDlet

Hi,

I am quite new to J2ME.

I am trying to debug a simple MIDlet given in J2ME Complete Reference book to see what's going on.

The MIDlet run's fine and gives the expected output. But I wan't to debug it to see how it goes about.

In the Debug mode I am getting 'Source not Found' for Display class.

I am using EclipseME IDE and am using DefaultColorPhone emulator.

Is there anything that I have missed in the setup due to which I am getting this problem while debugging? If yes could anyone please help me solve this problem such that I can see the output on the emulator simultaneously as I debug through the MIDlet step by step?

Thanks in Advance

Regards

Paresh

[731 byte] By [paresh27a] at [2007-11-27 8:34:09]
# 1

you could try to install jadclipse plugin to your eclipse

(jadclipse is a plug in that is working with jad decompiler).

the debug mode in eclipseme try to open the source of the Display.class i suppose so with

jadclipse and jad, it will decompile the class and it will work...

in a perfect world, it would work :-)

suparenoa at 2007-7-12 20:30:22 > top of Java-index,Java Mobility Forums,Java ME Technologies...