Skip to content

Commit

Permalink
Updated lua 5.4 debugging to reference added interpreter and modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulchenko committed Sep 1, 2023
1 parent 3b007e2 commit 4a7ef6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc-lua54-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4a7ef6d

Please sign in to comment.