Skip to content

Commit

Permalink
Updated README to add cross-platform debugging and source map support.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulchenko committed May 2, 2018
1 parent be412e2 commit 6f6281e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 6f6281e

Please sign in to comment.