July 2018
Beginner
202 pages
5h 42m
English
So far, we have covered how to use the built-in features of Lua to debug code. To make debugging easier, several integrated development environments, or IDEs, for Lua exist. An IDE is an external application that can be used to run your Lua code. Typically, IDEs provide syntax highlighting, and sometimes code auto-completion, visual breakpoints, call stacks, and watch windows. This section will cover how to use three of the most popular Lua IDEs.