Siemens AC65 User Manual

Page of 123
Java User’s Guide
11 Debug Environment
97
s
wm_java_usersguide_v12
Page 72 of 123
2008-02-25
Confidential / Released
11
Debug Environment
11.1
Data Flow of a Java Application in the Debug Environment
Figure 30:  Data flow of a Java application in the debug environment
In the debug environment the module is connected to a PC via a serial interface. This can be
a USB or an RS232 line. The application can then be edited, built, debugged or run within an
IDE on the PC. When running or debugging the MIDlet under IDE control it is executed on the
module (on-device execution) not on the PC. This can be either debugging mode, where the
midlet execution can still be controlled from the IDE (on-device debugging) or normal mode,
where the midlet is copied to the module and started normally. This ensures that all interfaces
behave the same whether debugging mode is used or not.