lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Nov 14, 2007 10:50 AM, Shmuel Zeigerman <shmuz@actcom.co.il> wrote:
> Regarding the "silly" conventions: since Lua can be embedded into
> a program with arbitrary name, this setting should be configurable
> easily (with no need in recompilation).

I know, I just wish everybody would agree on the name of the Lua 5.1
shared library.

The scite-debug directory (that sits in the SciTE bin directory)
contains all the Lua scripts in scite_lua. Look for remDebug  - that
is the specific driver for debugging Lua.

Around line 42, in the handle_debug_start() method, you will see the
lua name used to run the program itself; around line 56 you will see
the lua name used to run the remote controller.

Yes, it really should be configurable!

steve d.