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.10:

* fixed bug where last line in a source file would not be read if it did
  not end in a newline
* added conditional breakpoints
* when called with `-l file` argument, debug.lua will now also log all
  pinned expressions to the output log whenever they're updated.
* fixed number lexing bug in loader.lua
* fixed short string lexing bug in loader.lua
* fixed error "handling" in loader.lua
* added D command as interface to mobdebugs `DONE` command
* read default port from environment var MOBDEBUG_PORT if it exists
* added check for required mobdebug version (currently 0.63 or later)

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

or via luarocks install debug.lua.

Rgds,

Gunnar