Quickly debugging a MIDlet

In order to quickly debug a MIDlet, you can simply select Emulated Java ME Midlet from the Debug item.

screenshot

This will automatically create a Launch Configuration entry using the current default settings, and invoke the debugger.

Alternately, you can use the "contextual launch" feature by right-clicking on your main MIDlet class and selecting Emulated Java ME Midlet from the Debug item.

screenshot

When you use either of these options, the Launch Configuration is automatically set up for Midlet launching mode. See here for more details on the different launch modes.