Other Content

Table Of Contents
Å
Status bar. Displays the operational state of the script. See the
Using the
Status Bar
section.
Using the Toolbar
The following table describes the toolbar options.
Tool name Tool function
Suspend
Script
Pauses the script execution.
Resume
Script
Resumes the script execution.
While debugging, the script continues to execute
until the next breakpoint or the end of the script.
Set Script Starts the script execution.
Focus Script Sets the focus to the page in the document where
the script application is attached:
In a TI-Nspire document, sets the focus to
the page.
In a PublishView document, sets the focus
to the frame on the page.
Step Into While debugging, executes the current statement.
If the statement calls any functions, the debugger
stops at the first line of each function.
Step Over While debugging, executes the current statement.
If the statement calls any functions, the debugger
does not stop within the function unless the
function contains a breakpoint.
Enable
Breakpoints
Switches from normal mode to debugging mode.
Writing Lua Scripts 523