You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jiaojinxing 6e28335e38 Fixed code to work around compile warnings. 2 years ago
luacjson liblua first push. 8 years ago
luacopas Add some library and updated Makefile. 8 years ago
luadebugger Add some useful Lua plugin library. 8 years ago
luaexpat Add some library and updated Makefile. 8 years ago
luafilesystem liblua first push. 8 years ago
luapack Add some useful Lua plugin library. 8 years ago
luasocket Fixed message buffer overflow bug. 5 years ago
luasqlite3 liblua first push. 8 years ago
luatask Add some useful Lua plugin library. 8 years ago
luathreads2 Add some useful Lua plugin library. 8 years ago
luaxml Fixed code to work around compile warnings. 2 years ago
.cproject liblua first push. 8 years ago
.gitignore liblua first push. 8 years ago
.project liblua first push. 8 years ago
Makefile Add some library and updated Makefile. 8 years ago
README Add README file. 8 years ago
cjson.mk Add some useful Lua plugin library. 8 years ago
config.mk liblua first push. 8 years ago
copas.mk Add some library and updated Makefile. 8 years ago
debugger.mk Add README file. 8 years ago
lfs.mk Add some useful Lua plugin library. 8 years ago
llthreads2.mk Add some useful Lua plugin library. 8 years ago
lpack.mk Add some useful Lua plugin library. 8 years ago
lsqlite3.mk Add some useful Lua plugin library. 8 years ago
lxp.mk Add some library and updated Makefile. 8 years ago
mime.mk Add some useful Lua plugin library. 8 years ago
serial.mk Add some useful Lua plugin library. 8 years ago
socket.mk Add some useful Lua plugin library. 8 years ago
task.mk Add some useful Lua plugin library. 8 years ago
unix.mk Add some useful Lua plugin library. 8 years ago
xml.mk Add some useful Lua plugin library. 8 years ago

README

1: lua 调试命令 lua -e "require('debugger')('192.168.7.2');" /apps/lua/test/main.lua
注意被调试文件必须写为完整路径, 否则调试器不能识别路径.

2: 调试器使用:Lua Attach to Application, 配置 Source mapping 使用 Replace path resolution
配置的内容为 /apps/lua/test/ 同时选择 Break on first line。