Shu Lei
|
1ebbabc9d6
|
1. improved stack state (correct scoping)
2. fixed the problem with debugger not pausing on first line
|
2007-10-30 01:37:26 +00:00 |
|
Shu Lei
|
abf34c460d
|
redo the error handling due to the changes in DebugStackState made by James
|
2007-10-25 00:11:23 +00:00 |
|
Shu Lei
|
e97b842b45
|
1. added stepping debug support
2. added debugger error handling
|
2007-10-24 20:21:16 +00:00 |
|
James Roseborough
|
932960c846
|
Add tests for pcall, add error() builtin, fix assert(), error levels.
|
2007-10-23 00:34:04 +00:00 |
|
James Roseborough
|
8e2ff119f9
|
Add LValue.toJavaX and VM.pushboxedx() functions for all java basic type conversions
|
2007-10-18 17:47:01 +00:00 |
|
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 |
|