Commit Graph

18 Commits

Author SHA1 Message Date
Shu Lei
a8422a6908 debug support refactoring 2007-10-17 00:56:08 +00:00
Shu Lei
70442348a1 some more refactoring 2007-10-12 23:39:27 +00:00
Shu Lei
38dafdb190 1. some refacotring
2. fixed a few files so that they will compile for j2me
2007-10-12 20:39:26 +00:00
Shu Lei
3138fdee65 refactoring - create new packages: lua.debug.event, lua.debug.request and lua.debug.response 2007-10-12 01:42:42 +00:00
Shu Lei
341a5588b0 first step to bring debugging code to j2me 2007-10-12 01:36:28 +00:00
James Roseborough
a5745d5da0 Turn off debug support by default. 2007-10-10 04:34:46 +00:00
Shu Lei
8eab291c9b make the debugging support code compile under JDK 1.3 2007-10-10 00:26:23 +00:00
James Roseborough
251e055594 Fix StrLib test case by fixing pcall to restore currenct call after exceptions 2007-10-06 18:48:37 +00:00
James Roseborough
e4882578f2 Add "Java API" like "C API" for use with JavaFunctions. 2007-10-04 23:51:39 +00:00
Shu Lei
a67783899f removed Type.java and updated the depended files to use the new type constants 2007-10-04 21:04:38 +00:00
James Roseborough
8ae4299764 centralize type id defs 2007-10-04 20:10:50 +00:00
Shu Lei
421eface40 added debugging support and integrated with Eclipse debugger 2007-10-03 17:39:37 +00:00
James Roseborough
2db26b0844 Many built-ins: ipairs, table.insert, require, pcall 2007-09-21 00:34:14 +00:00
James Roseborough
d45bd96536 Add "require" support. 2007-09-20 18:17:10 +00:00
James Roseborough
32e1fedba5 Improve error handling, introduce lua stack trace processing. 2007-09-18 22:55:22 +00:00
James Roseborough
952a2f9f16 Add skeleton for string library calls. 2007-09-18 01:00:36 +00:00
James Roseborough
79d5642bfd Fix breakpoint handling 2007-08-11 05:29:56 +00:00
James Roseborough
add892968d Add DebugStackState to be used as a debugging VM in and IDE. 2007-08-11 04:53:35 +00:00