lua-users home
lua-l archive

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


Hi,

this message is to announce the availability of debug.lua 0.10.
debug.lua is a terminal based standalone frontend for mobdebug,
that runs on Linux and MacOS X and probably other Unixen. Because
it is terminal based, it is navigated only with the keyboard, but it
does feature source navigation and a display for expressions that
change as you step through the source.

New in version 0.11:

* added simple config files to change the colors used by debug.lua
* fixed a bug where the output of the '=' command was getting formatted
  on a weird (and also wrong) way

You can get debug.lua from http://www.tset.de/debug.lua

or via luarocks install debug.lua.

Rgds,

Gunnar