[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Debugger extension for SciTE
- From: Shmuel Zeigerman <shmuz@...>
- Date: Wed, 14 Nov 2007 10:50:51 +0200
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