Skip to Content
Lua Quick Start Guide
book

Lua Quick Start Guide

by Gabor Szauer
July 2018
Beginner
202 pages
5h 42m
English
Packt Publishing
Content preview from Lua Quick Start Guide

Starting the debugger

Because Zero Brane Studio is written in Lua and is cross-platform, it can't automatically hook into an interpreter like LuaEdit or Decoda can. Instead, Zero Brane's debug facilities rely on a Luamodule, much like debug.lua discussed earlier in this chapter. To enable debugging in Zero Brane Studio, you need to include the following line of code at the start of your program:

require("mobdebug").start()

Breakpoints will not work until that code is executed. After that line of code has executed, you should be able to debug in Zero Brane using tools similar to those provided by LuaEdit and Decoda.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Lua Programming

Beginning Lua Programming

Kurt Jung, Aaron Brown
Vim Masterclass

Vim Masterclass

Jason Cannon

Publisher Resources

ISBN: 9781789343229Supplemental Content