Re: Lua Debugger extension for SciTE
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Debugger extension for SciTE
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2007年11月10日 20:54:10 +0200
steve donovan wrote:
This is something that may be useful; I've done a SciTE extension
which spawns various debuggers like gdb and remDebug and allows
breakpoints to be set, variables to be inspected, etc.
Great!!!
You do require the latest public SciTE snapshots, because previous
releases have not exposed the Lua symbols from the SciTE executable:
I wonder why SciTE links to Lua statically rather than to the Lua DLL.
How then one can debug a Lua script that require()s some DLL libraries
that are linked against, say, lua51.dll, could it end up with a program
crash?
--
Shmuel