debug.lua

debug.lua is a terminal based standalone frontend for mobdebug. 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.

It has been tested on Linux and Mac OS X with lua 5.1, 5.2 and 5.3. The debuggee can be anything that is supported by mobdebug.

debug.lua screenshot

debug.lua module and all accompanying documentation and additional source code is released under the MIT license.

If you have anything to say about this, comments, bug reports, whatever, feel free to email them to

Documentation

If you want to know a little more, you can check out the original mobdebug documentation and code.

Download

Get it from the git repository at Codeberg, or by installing it from the luarocks repository.

News