Other Content

Table Of Contents
If a breakpoint is set in a function that is a callback, the debugger may
not stop at the breakpoint.
The debugger may not stop at functions such as on.save, on.restore,
and on.destroy.
On the toolbar, Step Into and Step Over are enabled when breakpoints are
enabled.
To suspend and resume the script execution, click Suspend Script and
Resume Script. When the script resumes, it runs until the next breakpoint is
encountered or to the end of the script. A script can be suspended in normal
mode or debugging mode.
Writing Lua Scripts 531