hi, I just find that this simple lua debugger,
and if I replace lua54.dll in it with lua54.dll of LuaRT, then I can use it to debug luart script.
add breakpoint or execute script line by line.
download this prebuild version:
[Login to see the link]
and find this file: iupluascripter54.exe
it is not better than LuaRt-Studio, but, just an option.
anyway they all use Scintilla.
and, there is a luacom.dll in this package.
I find that although luacom in it is not better than LuaRT sys.COM, but still there is something helpful in it.
for example, luacom in it has a function luacom.ExportConstants(), I find it very useful, it dump thousands of concants defined in Office Word or Excel. very handy.