Skip to content

Commit bda0a5b

Browse files
committed
Updated README to add Lua 5.4 support.
1 parent 3604493 commit bda0a5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project Description
22

3-
MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, and LuaJIT 2.x).
3+
MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4, and LuaJIT 2.x).
44

55
## Features
66

@@ -18,7 +18,7 @@ extends it in several ways:
1818
* added on/off commands to turn debugging on and off (to improve performance);
1919
* added support for coroutine debugging (see examples/README for details);
2020
* added support for [Moai](http://getmoai.com/) debugging;
21-
* added support for Lua 5.2 and Lua 5.3;
21+
* added support for Lua 5.2, Lua 5.3, and Lua 5.4;
2222
* added support for varargs in stack trace;
2323
* added support for vararg expressions in EXEC;
2424
* added support for LuaJIT debugging (see note in Dependencies);
@@ -44,8 +44,8 @@ See `examples/README` and `examples/*.lua` for examples of how to use the module
4444

4545
## Dependencies
4646

47-
MobDebug depends on LuaSocket 2.0+ and has been tested with Lua 5.1, Lua 5.2, and Lua 5.3.
48-
MobDebug also works with LuaJIT v2.0; using `loop` and `scratchpad` methods requires v2.0.1.
47+
MobDebug depends on LuaSocket 2.0+ and has been tested with Lua 5.1, Lua 5.2, Lua 5.3, and Lua 5.4.
48+
MobDebug also works with LuaJIT v2.0+; using `loop` and `scratchpad` methods requires v2.0.1.
4949

5050
## Author
5151

0 commit comments

Comments
 (0)