lua-users home
lua-l archive

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


steve donovan wrote:
Scite-debug spawns a Lua process using any 'lua(.exe)" on the path;
modify if you're using the silly LuaBinaries conventions ;)

Could you please point where in the source is it configurable?

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).

So although the debugger is written in Scite's internal copy of Lua,
it never evaluates anything in that context.

Thanks, that explains why I couldn't get a crash with Scite-debug.

--
Shmuel