This is a text-based user interface command line debugging utility for Lua and Moonscript.

$ luarocks install --server=https://luarocks.org/dev ldt

This is a text-based user interface command line debugging utility for Lua and Moonscript.
It lets you browse the call stack, source code, and local variables right at the moment when
your code crashes (or when `ldt.breakpoint()` is called). Moonscript is fully supported, so the
callstack and source code panes will display the correct source for functions written in
Moonscript.

Versions

scm-1dev2 years ago2 downloads

Dependencies

lua >= 5.3

Manifests