1

Is there a way of using some type of debug to execute the Lua code step-by-step? Using only Lua commands or applications written in Lua?

2 Answers 2

3

There is a built-in bare-bones command-line debugger debug.debug().

See also the debug interface.

Sign up to request clarification or add additional context in comments.

Comments

2

ZeroBrane is written in Lua, and it has rather nice debugging facilities.

I don't get how "being written in Lua" has to do anything about it, though.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.