diff --git a/doc-lua54-debugging.md b/doc-lua54-debugging.md index 20f3bdd0..a7e2474b 100644 --- a/doc-lua54-debugging.md +++ b/doc-lua54-debugging.md @@ -3,8 +3,10 @@ layout: default title: Lua 5.4 Debugging --- -ZeroBrane Studio supports **debugging of Lua 5.4 applications** as any other application using -[remote debugging](doc-remote-debugging). +ZeroBrane Studio supports **debugging of Lua 5.4 applications** in several ways: + +1. (**v2.00+**) A Lua 5.4 interpreter is included in ZeroBrane Studio. You can select it by going to `Project | Lua Interpreter | Lua 5.4`. +2. A Lua 5.4 application can be debugged as any other application using [remote debugging](doc-remote-debugging). If you are using Lua 5.4 interpreter that is **statically compiled on Windows**, you have two options to get it working: