Maybe it my fault that I didn’t read the whole of RIM’s documentation or maybe it just not there.
Anyway I was looking for a while for how to print debug messages in the JDE’s debug window and now I found it.
Simply use the system output stream:
System.out.println( "message " + number );
Advertisement