From 6f6281e8899783e6f478426fc4c2261e6762d3ff Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Tue, 1 May 2018 21:10:19 -0700 Subject: [PATCH] Updated README to add cross-platform debugging and source map support. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 44a477f..50399db 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, Lua MobDebug allows to control the execution of another Lua program remotely, set breakpoints, and inspect the current state of the program. +Mobdebug is a cross-platform debugger, which not only works on Windows, macOS, and Linux, but +also supports debugging with the application and debugger running on different platforms. + +It also supports source maps, which allows debugging of Lua-based languages, +like [Moonscript](http://notebook.kulchenko.com/zerobrane/moonscript-debugging-with-zerobrane-studio) +and [GSL-shell](http://notebook.kulchenko.com/zerobrane/gsl-shell-debugging-with-zerobrane-studio). + MobDebug is based on [RemDebug](http://www.keplerproject.org/remdebug/) and extends it in several ways: