debug
procedure debug(s: string);
This procedure writes the given string to the simulator's standard output. It has no effect on the mobile device (except that the generated MIDlet is slightly larger). If you are using the internal simulator in the web browser, the standard output is shown in the Java console window. To show the Java console in the Internet Explorer, select Tools ->Java console. If you are using other emulators, standard output will be written to the command (DOS prompt) window that will pop-up with the simulator.
See also: assert