Updated doc.

This commit is contained in:
Bruce Hill 2018-03-25 16:05:39 -07:00
parent eaa69a6ea0
commit 21e611da1f

View File

@ -2,7 +2,9 @@
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 you call `ldt.breakpoint()`.
your code crashes, or you call `ldt.breakpoint()`. Moonscript is fully supported, so the
callstack and source code panes will display the correct source for functions written in
Moonscript.
## Requirements