first step to bring debugging code to j2me

This commit is contained in:
Shu Lei
2007-10-12 01:36:28 +00:00
parent 6970b30c7a
commit 341a5588b0
35 changed files with 1294 additions and 220 deletions

View File

@@ -21,4 +21,4 @@
******************************************************************************/
package lua.debug;
public interface DebugResponse {}
public interface DebugResponse extends Serializable {}