lua-users home
lua-l archive

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


On 3/11/08, steve donovan <steve.j.donovan@gmail.com> wrote:
> Hi all,
>
>  http://scitedebug.luaforge.net/
>
>  http://luaforge.net/frs/?group_id=327
>
>  There are some notes at:
>
>  http://lua-users.org/wiki/SciteDebug
>
>  The big feature of this release is integrated C/Lua debugging. In
>  particular, it is possible to single-step from Lua code to C extension
>  code.  To do this, scite-debug runs the clidebug Lua debugger _within_
>  a GDB session - this version of clidebug has a 'gdb mode' where it
>  understands a subset of GDB commands and generates appropriate -f
>  style file:line breaks.
> [...]
>  Give it a whack; some parts are still brittle, but I'm interested in
>  where it breaks!
>
>  steve d.
>

Steve,
awesome achievement!! It is, indeed, a very useful feature.
Can scitedebug run stand alone or it requires SciTE/Scintilla ?
I am (still) an emacs user and am not familiar with SciTE at all.

--Leo--