Cep Terminals GSM/GPRS TERMINAL CT63 JAVA 6203 用户手册

产品代码
6203
下载
页码 109
Java User’s Guide
10 Compile and Run a Program with a Java IDE
84
wm_java_usersguide_v19
Page 58 of 109
2012-01-27
Confidential / Released
10
Compile and Run a Program with a Java IDE
10.1
Debug Environment
10.1.1
Data Flow of a Java Application in the Debug Environment
Figure 24:  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 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 mod-
ule (on-device execution) and 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.