[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [Announce] Second Alpha release of a Lua debugger
- From: Rici Lake <lua@...>
- Date: Sun, 15 Apr 2007 22:33:53 -0500
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.