lua-users home
lua-l archive

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


Rici Lake wrote:
In a spurt of energy over Easter, I wrote a simple console-based debugger for Lua, which I hope will prove useful. I've set up a
CVSTrac (temporarily) at http://primero.ricilake.net:8008/ldb/index

I've now done a partial implementation of breakpoints (no conditional
breakpoints nor tracepoints, although I should be able to add those
fairly soon.)

You can examine files in the CVS, or get the complete tarball from:
http://primero.ricilake.net/lua/ldb-25.tar.gz  There have been some
changes from the previous version; in particular, the breakpoint
support is a separate file.

Comments and suggestions are welcome.

Rici.