From 2ff0d96db304093ca49f570d613b9cba08afdd0b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 5 Apr 2018 14:35:58 -0700 Subject: [PATCH] Updated doc. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 272eef2..9ec1ea1 100644 --- a/README.md +++ b/README.md @@ -2,9 +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()`. Moonscript is fully supported, so the +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. +Moonscript. It looks like this: ![preview](preview.png)